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