export declare const useRegister: () => SenReg; export declare const useRegisterSelector: (selector: (register: SenReg) => T) => T;