import { PropsWithChildren } from 'react'; /** * Wrapper for modal content. * Content is the scrollable area. */ export declare const LuiModalAsyncContent: ({ children }: PropsWithChildren) => import("react").JSX.Element;