import { FC } from 'react';
import { OptionProps } from '../../types';
export declare const Option: FC<OptionProps>;
