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