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