export declare const customEvents: TaroGeneral.Events; export declare function useCustomEventsPath(selector?: string): string; export declare function useCustomEvent(selector: string, cb: any): ((args: T) => void)[]; export declare function useParams(args: T): { params: T; setParams: (args: T) => void; };