import React, { FC, SelectHTMLAttributes } from 'react'; import { Variant } from '../input'; import { Shape } from '../../utils/types'; declare const Select: FC