import type { GeneratedThemeDefinition } from "../../themes/_generator/tokens/types"; export declare const transformToTailwind: (theme?: GeneratedThemeDefinition) => string;