import React from 'react';
import { CnSelectOptionProps as SelectOptionProps } from './types';
declare function Option(props: SelectOptionProps): React.JSX.Element;
declare namespace Option {
    var displayName: string;
}
export default Option;
