import { KeycloakSelectProps } from "../../ui-shared/select/KeycloakSelect";
export declare const TypeaheadSelect: ({ toggleId, onSelect, onToggle, onFilter, variant, validated, placeholderText, maxHeight, width, toggleIcon, direction, selections, typeAheadAriaLabel, chipGroupComponent, chipGroupProps, footer, children, ...rest }: KeycloakSelectProps) => import("react/jsx-runtime").JSX.Element;
