export function css(name?: undefined): CSS;
export class CSS {
    constructor(name?: undefined);
    name: any;
    get vars(): {};
}
