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