import { JSONValue } from '../types'; export default function toCSS(o: JSONValue): string;