/// <reference types="react" />
import type { Props } from "../types";
declare const Button: ({ height, rowHeight, width, ...props }: Props) => JSX.Element;
export default Button;
