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