import React from 'react'; import { OptionsProps } from './types'; declare const Options: ({ selectionIndex, options, selectSize, onSelect, borderVariant, selectVariant, maxHeight, maxWidth, alignment, }: OptionsProps) => React.JSX.Element; export default Options;