/**
 * Present when the component begins animating in.
 */
export declare const startingStyle = "data-starting-style";
/**
 * Present when the component is animating out.
 */
export declare const endingStyle = "data-ending-style";