export interface SnackBarProperties {
    id?: string;
    title: string;
}
//# sourceMappingURL=viewModel.d.ts.map