import { WithStyle } from '@medly-components/utils'; import { FC } from 'react'; import { OptionsProps } from './types'; declare const Options: FC & WithStyle; export default Options;