///
import { type ModalContainerOwnProps, type ModalRootOwnProps } from './@common';
export type ModalBaseOwnProps = ModalRootOwnProps & ModalContainerOwnProps;
export type ModalBaseProps = React.PropsWithChildren;
export declare function ModalBase({ children, suppressResizeWidth, width, height, className, ...modalRootProps }: ModalBaseProps): import("react/jsx-runtime").JSX.Element;
export declare namespace ModalBase {
var displayName: string;
}
//# sourceMappingURL=ModalBase.d.ts.map