import { VerticalNavGroupService } from "./providers/vertical-nav-group.service";
export declare class VerticalNavLink {
    private _navGroupService;
    constructor(_navGroupService: VerticalNavGroupService);
    private expandParentNavGroup();
}
