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