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