import { FC } from "react";
import { ButtonProps } from "./Button.types";
export declare const Button: FC<ButtonProps>;
