import type { ButtonVariant, ThemeButtonStyle, ThemeDefinition, ThemeName } from '../types'; declare const TRANSPARENT_STYLES: ThemeButtonStyle; declare const resolveButtonType: (theme: ThemeDefinition, disabled: boolean | undefined, flat: boolean, type: ButtonVariant) => ButtonVariant; declare const getThemeSourceDescriptor: (index: number | null, name: ThemeName | null, config?: ThemeDefinition) => string; declare const getInterpolatablePalette: (buttonStyle: ThemeButtonStyle) => ThemeButtonStyle; declare const areThemeButtonStylesEqual: (left: ThemeButtonStyle, right: ThemeButtonStyle) => boolean; export { areThemeButtonStylesEqual, getInterpolatablePalette, getThemeSourceDescriptor, resolveButtonType, TRANSPARENT_STYLES, }; //# sourceMappingURL=resolution.d.ts.map