import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const DesktopLandscapeIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default DesktopLandscapeIcon;
