import React from 'react'; import { type ElementProps } from '../../../../../../types/element/elementProps'; export type DefaultModalBodyProps = ElementProps<'div', React.PropsWithChildren<{ asChild?: boolean; }>>; export declare const DefaultModalBody: React.ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children" | "asChild"> & { asChild?: boolean | undefined; } & { children?: React.ReactNode; } & React.RefAttributes>; //# sourceMappingURL=DefaultModalBody.d.ts.map