/** @internal */ import { BaseInputProps } from '../../common/types/input'; interface StyledComboboxButtonProps { feSize?: BaseInputProps['feSize']; inputRef?: React.RefObject; isMatching?: boolean; } export declare const StyledComboboxButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & StyledComboboxButtonProps, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>; export declare const StyledComboboxIcon: import("@emotion/styled").StyledComponent & { theme?: import("@emotion/react").Theme; }, {}, {}>; export {};