import { Dialog as D } from '@base-ui-components/react/dialog';
export declare const Dialog: {
    Backdrop: typeof D.Backdrop;
    Close: typeof D.Close;
    Description: typeof D.Description;
    Container: typeof D.Popup;
    Title: typeof D.Title;
};
