import * as react from 'react'; import { ModalCloseProps } from '../modal/types.js'; declare const DialogClose: ({ children }: ModalCloseProps) => string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | react.ReactElement> | null | undefined; export { DialogClose };