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