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