import { ThemeUICSSObject } from 'theme-ui'; export declare const input: ThemeUICSSObject; export declare const fieldControlWrapper: { '> textarea': { borderRadius: any; border: string; borderColor: string; outline: string; }; '&.is-disabled': { '> label': { opacity: number; }; opacity: number; '> input': { backgroundColor: any; border: string; borderColor: any; opacity: number; fontWeight: number; }; '> textarea': { backgroundColor: any; border: string; borderColor: any; opacity: number; fontWeight: number; }; '&:after': { display: string; }; }; '&:after': { display: string; }; '& > input': { borderLeftWidth: number; }; '> button': { borderLeftWidth: number; borderRadius: any; border: string; borderColor: any; }; '&.is-read-only': { '> input': { backgroundColor: any; border: string; borderColor: any; }; '> textarea': { backgroundColor: any; border: string; borderColor: any; }; '&:after': { display: string; }; }; '&.is-focused': { '> textarea': { boxShadow: string; outline: string; }; }; };