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