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