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