import * as React from 'react';
import type { DropdownOptionProps } from '../types';
declare const _default: React.MemoExoticComponent<({ option, style, labelStyle, activeStyle, activeLabelStyle, active, disabledStyle, disabledLabelStyle, }: DropdownOptionProps<any>) => JSX.Element>;
export default _default;
