import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const CheckCircleIcon: import("svelte").Component<Props, {}, "">;
type CheckCircleIcon = ReturnType<typeof CheckCircleIcon>;
export default CheckCircleIcon;
