/// import { DialogProps } from "./types"; declare function Dialog({ width, variant, headerProps, content, actionsProps, }: DialogProps): JSX.Element; export default Dialog;