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