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