import { default as React } from 'react'; import { AsyncContentProps, AsyncContentStatus, AsyncContentErrorProps, AsyncContentEmptyProps, AsyncContentSuccessProps } from './asyncContent.types'; export declare const AsyncContent: React.MemoExoticComponent<({ error, empty, success, children, className, isLoading, ...props }: AsyncContentProps) => import("react/jsx-runtime").JSX.Element>; export type { AsyncContentProps, AsyncContentStatus, AsyncContentErrorProps, AsyncContentEmptyProps, AsyncContentSuccessProps, }; export default AsyncContent;