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