import * as React from "react"; import type { DialogProps } from "../../Dialog/index.js"; export type DialogBodyProps = Pick; export declare const DialogBody: ({ bodyPadding, scrollable, size, children }: DialogBodyProps) => React.JSX.Element;