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