export declare type TIconType = 'solid' | 'regular' | 'light'; export declare type TIconSize = '' | 'xs' | 'sm' | 'normal-size' | 'lg' | '2x' | '3x' | '5x' | '7x' | '10x'; export declare type TIconRotation = '' | 'rotate-90' | 'rotate-180' | 'rotate-270' | 'flip-horizontal' | 'flip-vertical'; export declare type TIconAnimation = '' | 'spin' | 'pulse'; export declare type TIconCircleSize = '' | 'small' | 'large';