import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const PhoneLandscape: React.FC<IconBaseProps>;
export default PhoneLandscape;
