import type { JSX } from 'solid-js'; import type { DisclosureStateRenderProps } from '../../states/create-disclosure-state'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; export type DialogPanelProps = HeadlessPropsWithRef; /** * The content of a `Dialog`, and the element that traps focus. * * Renders a `
` by default. * * @see {@link https://github.com/lxsmnsyc/terracotta/blob/main/docs/components/dialog.md} */ export declare function DialogPanel(props: DialogPanelProps): JSX.Element; //# sourceMappingURL=DialogPanel.d.ts.map