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