import { SelectProps } from './interfaces'; export declare const FeSelect: (props: SelectProps) => JSX.Element;