import React from "react"; type DialogBodyProps = React.HTMLAttributes; /** * @see 🏷️ {@link DialogBodyProps} * @example * ```jsx * * * * Dialog body content * * * * ``` */ declare const DialogBody: React.ForwardRefExoticComponent>; export { DialogBody }; export type { DialogBodyProps };