export declare function parseCssClassNames(styleContent: string): Generator<{ offset: number; text: string; }, void, unknown>;