import { IconProps } from '../lib';
declare function GenderFemale({ weight, color, size, style }: IconProps): JSX.Element;
export default GenderFemale;
