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