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