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