/// <reference types="react" />
export interface IconFemaleSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconFemaleSharp: React.FC<IconFemaleSharpProps>;
