import { IconProps } from '../lib';
declare function DeviceMobile(props: IconProps): JSX.Element;
export default DeviceMobile;
