import React from "react"; import type { WarpButton } from "./button.js"; /** * Performs an action or renders a link with button styling. * * Use button variants to match action priority, risk, and context. * * [Warp component reference](https://warp-ds.github.io/docs/components/button/frameworks/elements) */ export declare const Button: React.ForwardRefExoticComponent, "form" | "small" | "type" | "name" | "target" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "command" | "disabled" | "value" | "updated" | "firstUpdated" | "resetFormControl" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "rel" | "variant" | "quiet" | "href" | "fullWidth" | "iconOnly" | "loading" | "buttonClass" | "commandfor" | "_handleButtonClick"> & {} & Partial> & React.RefAttributes, "ref">, "full-width" | "icon-only"> & { fullWidth?: boolean; iconOnly?: boolean; } & React.RefAttributes>;