import React from 'react'; import { GenericComponentType } from '../../types'; declare const AccessibleSpinner: React.ComponentType, unknown, import("react-native").ActivityIndicatorProps, "Spinner">>; type Isize = React.ComponentProps['size']; export type ISpinnerComponentType = GenericComponentType; export declare const Spinner: ISpinnerComponentType, unknown, import("react-native").ActivityIndicatorProps, "Spinner">>>; export {};