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