type SearchOption = { group?: string; name?: string; [key: string]: unknown; }; export declare const getFormattedOptions: (options: SearchOption[] | undefined, isGroupped: boolean, selectedGroup: SearchOption | null) => SearchOption[] | undefined; export {}; //# sourceMappingURL=getFormattedOptions.d.ts.map