import type { ThemeRecipeOverrideValue } from '@ankhorage/contracts'; import type { ZoraButtonVariant } from '../../../types/button'; import type { ZoraControlSize } from '../../../types/control'; import type { ZoraColor } from '../../../types/theme'; export declare function resolveButtonThemeRecipe(input: { readonly color?: ZoraColor; readonly variant?: ZoraButtonVariant; readonly size?: ZoraControlSize; readonly themeFields: Readonly>; }): Pick; //# sourceMappingURL=resolveButtonThemeRecipe.d.ts.map