import { type StyleProp, type ViewStyle } from 'react-native'; import type { ColorType, SizeType } from '../../utils/TypesUtil'; export interface LoadingSpinnerProps { size?: Exclude; color?: Exclude; style?: StyleProp; } export declare function LoadingSpinner({ color, style, size }: LoadingSpinnerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map