import type { JSX } from "preact"; export declare const Button: ({ buttonRef, type, children, ...props }: JSX.HTMLAttributes & { error?: string | undefined; buttonRef?: { current: HTMLButtonElement; } | undefined; }) => JSX.Element;