import React from 'react'; import { VariantButtonPropsType } from '../types'; declare const VariantSelect: React.FC; export default VariantSelect;