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