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