import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Printer: import("svelte").Component; type Printer = ReturnType; export default Printer; //# sourceMappingURL=printer.svelte.d.ts.map