import type { FunctionalComponent } from 'vue'; declare const CopyDocument: FunctionalComponent<{}, {}>; export default CopyDocument;