type $$ComponentProps = { height?: number; width?: number; }; declare const CheckIcon: import("svelte").Component<$$ComponentProps, {}, "">; type CheckIcon = ReturnType; export default CheckIcon;