export interface DialogButtons { positive?: string | null; neutral?: string | null; negative?: string | null; danger?: string | null; }