import type { CSSHTML } from '../index.js';
export declare function transpiler(object: CSSHTML, base36Hash?: string, core?: string): {
    styleSheet: string;
};
