import { Location } from '../..'; /** * @param withUpdate * @param {string} panelId id панели для которой надо получить Location */ export declare function useLocation(withUpdate?: boolean, panelId?: string): Location;