/** Specifies the modes in which to filter options. */ export type AutocompleteFilterMode = "contains" | "starts-with" | "ends-with" | "none"; //# sourceMappingURL=AutocompleteFilterMode.d.ts.map