type $$ComponentProps = { class?: string; size?: number | string; strokeWidth?: number | string; }; declare const Trash: import("svelte").Component<$$ComponentProps, {}, "">; type Trash = ReturnType; export default Trash;