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