import * as React from 'react'; export declare const StyledComboboxInput: React.ForwardRefExoticComponent, HTMLInputElement>, "as" | keyof import("@reach/combobox").ComboboxInputProps> & import("@reach/combobox").ComboboxInputProps & { as?: "input" | undefined; }, "appearance" | "size" | "theme" | "state"> & { size?: "sm" | "md" | "lg" | undefined; appearance?: "standard" | "modern" | undefined; theme?: "grey" | "white" | undefined; state?: "error" | undefined; } & { as?: React.ElementType; }>; export type ComboboxInputProps = React.ComponentProps; export declare const ComboboxInput: React.ForwardRefExoticComponent, HTMLInputElement>, "as" | keyof import("@reach/combobox").ComboboxInputProps> & import("@reach/combobox").ComboboxInputProps & { as?: "input" | undefined; }, "appearance" | "size" | "theme" | "state"> & { size?: "sm" | "md" | "lg" | undefined; appearance?: "standard" | "modern" | undefined; theme?: "grey" | "white" | undefined; state?: "error" | undefined; } & { as?: React.ElementType; }, "ref"> & React.RefAttributes>;