import type { CheckIconProps } from '../../types/index.js';
declare const CheckIcon: import("svelte").Component<CheckIconProps, {}, "">;
type CheckIcon = ReturnType<typeof CheckIcon>;
export default CheckIcon;
