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