import React from 'react'; import { ActivityIndicator } from 'react-native'; import type { ISpinnerProps } from './types'; declare const _default: React.MemoExoticComponent>, string | number | symbol> & import("styled-system").SpaceProps>, string | number | symbol> & import("styled-system").LayoutProps>> & import("../../../utils/customProps").customLayoutProps & import("../../../utils/customProps").customPositionProps & import("styled-system").PositionProps>> & { style?: any; size?: "sm" | "lg" | "small" | "large" | undefined; accessibilityLabel?: string | undefined; } & React.RefAttributes>>; export default _default; export type { ISpinnerProps };