export interface MenuLinkProperties {
    id: string;
    title: string;
    subTitle?: string;
    icon?: string;
    active?: boolean;
}
//# sourceMappingURL=viewModel.d.ts.map