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