import type { Stylesheet } from "./types.d.ts"; declare const applyRaws: (stylesheet: Stylesheet) => void; export = applyRaws;