export declare const camelToDashCase: (str: string) => string; export declare const isPropNameAnEvent: (propName: string) => boolean; export declare const isReactiveKey: >(obj: T, key: keyof T) => () => any;