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