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