import React from 'react';
export declare type BaseDialogProps = {
    id: string;
};
export declare const DialogContainer: React.FC<unknown>;
