import { FC } from 'react'; import { ButtonInterface } from './button.types'; export declare const Button: FC;