import { FC } from 'react';
import { CommonProps } from '.';
declare type SelectProps = CommonProps;
export declare const Select: FC<SelectProps>;
export {};
