/** * Escapes a string for use as part of a selector. * @param ident Identifier to be serialized. Control characters and non-letter first symbols are not supported. */ export declare function escape(ident: string): string; //# sourceMappingURL=CSS.d.ts.map