import type { CSSProperties } from '../types/css-properties.js'; export declare function transpile(object: Record, base36Hash?: string, core?: string): { styleSheet: string; };