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