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