export declare const COLORS: string[]; export declare const SIZES: string[]; export declare const CallOut: ({ title, color, size, iconType, children, className, ...rest }: { title?: any; color?: any; size?: any; iconType?: any; children: any; className?: any; [p: string]: any; }) => any;