export declare const nativePseudoClasses: string[]; export declare const nativePseudoElements: string[]; export declare const reservedKeyFrames: string[]; export declare const nativeFunctionsDic: { 'attr': boolean; 'blur': boolean; 'brightness': boolean; 'calc': boolean; 'circle': boolean; 'contrast': boolean; 'counter': boolean; 'counters': boolean; 'cubic-bezier': boolean; 'drop-shadow': boolean; 'ellipse': boolean; 'grayscale': boolean; 'hsl': boolean; 'hsla': boolean; 'hue-rotate': boolean; 'hwb': boolean; 'image': boolean; 'inset': boolean; 'invert': boolean; 'linear-gradient': boolean; 'matrix': boolean; 'matrix3d': boolean; 'opacity': boolean; 'perspective': boolean; 'polygon': boolean; 'radial-gradient': boolean; 'repeating-linear-gradient': boolean; 'repeating-radial-gradient': boolean; 'rgb': boolean; 'rgba': boolean; 'rotate': boolean; 'rotate3d': boolean; 'rotateX': boolean; 'rotateY': boolean; 'rotateZ': boolean; 'saturate': boolean; 'sepia': boolean; 'scale': boolean; 'scale3d': boolean; 'scaleX': boolean; 'scaleY': boolean; 'scaleZ': boolean; 'skew': boolean; 'skewX': boolean; 'skewY': boolean; 'symbols': boolean; 'translate': boolean; 'translate3d': boolean; 'translateX': boolean; 'translateY': boolean; 'translateZ': boolean; 'url': boolean; }; export declare type nativeFunctions = keyof typeof nativeFunctionsDic; export declare function isCssNativeFunction(name: string): name is nativeFunctions; //# sourceMappingURL=native-reserved-lists.d.ts.map