export interface AppDialogLocalization { /** * App dialog */ appDialog: { /** * Dialog aria label */ dialogAriaLabel: string; }; }