import { CodeSample } from './_shared'; import { ZAsyncContent_Props } from './AsyncContent.props'; export * from './AsyncContent.props'; export type ZAsyncContent_CodeProps = ZAsyncContent_Props; declare function Web(_props: ZAsyncContent_CodeProps): CodeSample; export declare const AsyncContent: { name: string; category: "organisms"; slots: never[]; web: typeof Web; };