export declare function UseRouter(): (prototype: any, propertyName: string) => void;
export declare function UseRoute(): (prototype: any, propertyName: string) => void;
export declare function UseParams(): (prototype: any, propertyName: string) => void;
export declare function UseQuery(): (prototype: any, propertyName: string) => void;
export declare function UseFragment(): (prototype: any, propertyName: string) => void;
export declare function UseNavIndicator(): (prototype: any, propertyName: string) => void;
