type CheckProps = { className?: string; }; export declare function Check({ className }: CheckProps): import("react/jsx-runtime").JSX.Element; export {};