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