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