/// export interface IconCardOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconCardOutline: React.FC;