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