export function findOptionById(options: any[] | undefined, id: any): any;
export function resolveOptionLabel(options: any[] | undefined, id: any): any;
export function generateSelectOptions(options: any, placeholder?: string): import("react/jsx-runtime").JSX.Element[];
