import { IconProps } from '../lib';
declare function GenderFemale(props: IconProps): JSX.Element;
export default GenderFemale;
