import { FC } from 'react'; import { ButtonProps } from 'types'; export declare const Button: FC; export default Button;