import { PropsWithChildren } from 'react'; /** * Wraps the content and header. This is just to match the way figma is arranged. */ export declare const LuiModalAsyncMain: ({ children }: PropsWithChildren) => import("react").JSX.Element;