import { Loader2Icon } from 'lucide-react'; import { default as React } from 'react'; export declare const spinnerColorTypes: readonly ["white", "gray"]; type SpinnerColorType = (typeof spinnerColorTypes)[number]; interface SpinnerProps extends React.ComponentProps { colorType?: SpinnerColorType; } declare const Spinner: React.FC; export type { SpinnerProps }; export { Spinner }; //# sourceMappingURL=index.d.ts.map