/** * @description CSS Selector Escape */ export declare function escapeSelector(string: string): string;