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