interface Props {
    class?: string;
    size?: number | string;
}
declare const CheckIcon: import("svelte").Component<Props, {}, "">;
type CheckIcon = ReturnType<typeof CheckIcon>;
export default CheckIcon;
//# sourceMappingURL=CheckIcon.svelte.d.ts.map