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