/** * Determines whether the key is a css property. * @param key */ export declare function isCssProperty(key: string): boolean;