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