import { GetThemeOptions } from '../../index'; declare const _default: (options: GetThemeOptions) => { defaultProps: { variant: string; }; baseStyle: { fontFamily: string; bgColor: string; border: string; borderColor: string; borderRadius: string; fontSize: string; lineHeight: string; _placeholder: { color: string; }; _active: { color: string; }; _focus: { color: string; border: string; borderColor: string; }; _disabled: { background: string; color: string; border: string; borderColor: string; }; }; variants: { base: { backgroundColor: string; width: string; borderColor: string; }; error: { background: string; borderColor: string; _focus: { borderColor: string; }; }; success: { background: string; borderColor: string; _focus: { borderColor: string; }; }; }; }; export default _default;