export declare type ColorProp = 'primary' | 'secondary' | 'warning' | 'danger' | 'success' | 'info' | 'default';
export declare type VariantProp = 'gradient' | 'outline' | 'fill';
export declare type RtlProp = boolean | undefined;
export declare type InputTypeProp = 'color' | 'date' | 'datetime-local' | 'email' | 'hidden' | 'month' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url' | 'week';
export declare type AnchorRelProp = 'external' | 'nofollow' | 'noopener' | 'noreferrer' | 'opener';
export declare type AnchorTargetProp = '_self' | '_blank' | '_parent' | '_top';
export declare type PositionProp = 'left' | 'right' | 'top' | 'bottom';
