declare const allCssProperties: string[]; declare const isCssProperty: (value: string) => boolean; export { allCssProperties, isCssProperty };