/// <reference types="react" />
interface Props {
    color?: string;
    boxSize?: string;
}
declare const FormSelect: (props: Props) => JSX.Element;
export default FormSelect;
