import { FC } from 'react'; import { InputVariantType } from '../types'; declare const InputVariant: FC; export default InputVariant;