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