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