export interface ActiveVkuiLocationObject {
    root?: string;
    view?: string;
    panel?: string;
    tab?: string;
    modal?: string;
    hasOverlay: boolean;
    panelsHistory: string[];
}
export declare function useActiveVkuiLocation(): ActiveVkuiLocationObject;
//# sourceMappingURL=useActiveVkuiLocation.d.ts.map