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