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