import { FetchState } from '@zeniai/client-epic-state'; import { Size } from './ActivityIndicator'; declare const BusyIndication: ({ fetchState, styles, size, }: { fetchState: FetchState; size?: Size; styles?: React.CSSProperties; }) => import("react/jsx-runtime").JSX.Element | null; export default BusyIndication;