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