import * as React from 'react'; interface TailwindDemoContainerProps { children: React.ReactNode; documentBody?: HTMLElement; } /** * WARNING: This is an internal component used in documentation to inject the Tailwind script. * Please do not use it in your application. */ export declare function TailwindDemoContainer(props: TailwindDemoContainerProps): string | number | bigint | boolean | React.JSX.Element | Iterable | Promise | React.ReactElement> | React.ReactPortal | null | undefined> | null | undefined; export {};