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