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