import { Language } from '../../types'; /** * Returns the CSS language definition. * * @return A Language object. */ export declare function css(): Language; //# sourceMappingURL=css.d.ts.map