import { GetThemeOptions } from '../../index'; declare const _default: (options: GetThemeOptions) => { baseStyle: { border: string; fontFamily: string; fontSize: string; lineHeight: string; cursor: string; textDecoration: string; fontWeight: number; borderRadius: string; paddingInlineStart: number; paddingInlineEnd: number; paddingInline: string; paddingY: number; _focus: { boxShadow: string; }; _disabled: { backgroundColor: string; color: string; }; }; defaultProps: { variant: string; }; variants: { primary: { backgroundColor: string; color: string; _hover: { background: string; _disabled: { backgroundColor: string; color: string; }; }; }; secondary: { backgroundColor: string; color: string; _hover: { backgroundColor: string; _disabled: { backgroundColor: string; color: string; }; }; }; tertiary: { backgroundColor: string; color: string; borderStyle: string; borderWidth: string; borderColor: string; _disabled: { borderColor: string; }; _hover: { backgroundColor: string; _disabled: { borderColor: string; backgroundColor: string; color: string; }; }; }; danger: { backgroundColor: string; color: string; _hover: { _disabled: { backgroundColor: string; color: string; }; }; }; ghost: { background: string; color: string; _disabled: { backgroundColor: string; color: string; }; _hover: { background: string; color: string; _disabled: { backgroundColor: string; color: string; }; }; }; 'primary-gray': { backgroundColor: string; color: string; _hover: { _disabled: { backgroundColor: string; color: string; }; }; }; menuButton: { width: string; textAlign: string; cursor: string; borderRadius: string; background: string; color: string; fontWeight: string; border: string; borderColor: string; _disabled: { borderColor: string; background: string; border: string; }; _focus: { borderColor: string; borderBottomStyle: string; borderBottomRadius: string; }; _active: { borderColor: string; borderBottomStyle: string; borderBottomRadius: string; }; _hover: { _disabled: { borderColor: string; background: string; border: string; }; }; }; menuButtonError: { border: string; background: string; borderColor: string; fontWeight: string; width: string; textAlign: string; cursor: string; borderRadius: string; backgroundColor: string; _focus: { borderBottomStyle: string; borderBottomRadius: string; }; _active: { borderBottomStyle: string; borderBottomRadius: string; }; }; linkButton: { fontSize: string; lineHeight: string; color: string; _disabled: { textDecoration: string; color: string; backgroundColor: string; }; _hover: { fontWeight: string; fontStyle: string; color: string; textDecoration: string; _disabled: { textDecoration: string; color: string; backgroundColor: string; }; }; _active: { fontWeight: string; fontStyle: string; color: string; }; }; }; }; export default _default;