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