import { ButtonProps } from "../types"; export declare const Button2: ({ text, disabled, onClick, className }: ButtonProps) => JSX.Element;