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