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