import { TextboxInterface } from './textbox.types'; export declare function textboxGroupTheme({ theme: { color, border, font, unit, radius }, }: TextboxInterface): { position: string; width: string; height: string; display: string; background: any; border: any; borderBottom: any; lineHeight: any; borderTopLeftRadius: any; borderTopRightRadius: any; '>svg.Icon': { marginLeft: any; }; textbox: { display: string; width: string; background: string; border: any; flex: number; lineHeight: string; '&:hover, &:active, &:focus': { background: string; border: string; }; }; button: { float: string; borderBottom: string; height: string; '&:hover, &:active, &:focus': { borderBottom: string; }; }; 'textbox+button': { borderTopLeftRadius: number; borderBottomLeftRadius: number; borderBottomRightRadius: number; }; 'button+textbox': { borderTopRightRadius: number; borderBottomRightRadius: number; borderBottomLeftRadius: number; }; }; export declare function textboxGroupButtonTheme({ theme: { color, border }, }: TextboxInterface): { background: any; border: any; borderBottom: any; };