import { default as React } from 'react'; export type OptionsProps = { options: T[]; }; export declare function Options({ options }: OptionsProps): React.JSX.Element; //# sourceMappingURL=Options.d.ts.map