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