export declare type DialogSize = 'small' | 'mid' | 'large'; export declare class DialogConfig { id?: string; data?: TData; size?: DialogSize; }