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