import { type ReactNode } from 'react'; type EmptyIndicatorProps = { children: ReactNode; }; declare const EmptyIndicator: ({ children }: EmptyIndicatorProps) => JSX.Element; export default EmptyIndicator; //# sourceMappingURL=EmptyIndicator.d.ts.map