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