import { type StyledProps } from "./Styled"; /** * moaui Styled Dialog * Demos: * * - [Dialog](https://dev--6556d17f924e868b000ddaf5.chromatic.com/?path=/story/components-dialog--help/) * * @param props - children, open, setOpen, json, headerIcon, headerTitle, onClose, hiddenClose, justPreview * @example * * {children} * * @returns React.ReactElement */ declare const Dialog: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default Dialog; export { type StyledProps as DialogProps, SampleProps as DialogSample, }; //# sourceMappingURL=index.d.ts.map