export declare const select: { backgroundColor: string; borderRadius: any; border: string; borderColor: string; color: string; height: any; '&.is-disabled': { opacity: number; borderColor: string; backgroundColor: string; }; currentValue: { color: string; }; }; export declare const radio: { base: { color: string; }; }; export declare const checkbox: { color: string; }; declare const _default: { input: import("theme-ui").ThemeUICSSObject; checkbox: { color: string; }; radio: { base: { color: string; }; }; label: { color: any; radioGroup: { color: string; }; radio: { color: string; }; }; search: { icon: { fill: string; }; }; select: { option: { backgroundColor: string; color: string; px: string; py: string; alignItems: string; outline: string; cursor: string; '&.is-selected': { pl: number; }; '&.is-focused': { color: string; bg: string; }; }; backgroundColor: string; borderRadius: any; border: string; borderColor: string; color: string; height: any; '&.is-disabled': { opacity: number; borderColor: string; backgroundColor: string; }; currentValue: { color: string; }; }; switch: { thumb: { '&.is-selected': { bg: string; }; }; }; comboBox: { input: { bg: string; '&.is-disabled, &.is-read-only': { bg: string; }; }; }; }; export default _default;