import type { DialogProps } from './interfaces.js'; export declare function Dialog(props: DialogProps): import("react/jsx-runtime").JSX.Element;