export interface AuiNgDialogOptions {
    key: string;
    width?: string;
    height?: string;
    size?: string;
    customData?: any;
}
