import { z } from 'zod'; import { type Breakpoints } from '../../breakpoints'; import * as Schema from './schema'; export type ResolvedStyle = z.infer; export declare function mergeStyles(source: ResolvedStyle, override: ResolvedStyle, breakpoints: Breakpoints): ResolvedStyle; //# sourceMappingURL=style.d.ts.map