import type { UnistylesValues } from '../../types';
import type { UnistylesRuntime } from '../runtime';
export declare const convertUnistyles: (value: UnistylesValues, runtime: UnistylesRuntime) => Record<string, any>;
//# sourceMappingURL=index.d.ts.map