/** Escape an element id for the `tag#` selector form shared by strategies and fallback. */ export declare function escapeIdForCss(id: string): string; //# sourceMappingURL=escape-id.d.ts.map