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