import React from "react"; import type { WarpAffix } from "./affix.js"; /** * This component is usually used in other components like form elements to show a prefix or suffix. See for example `TextField`. * * [Warp component reference](https://warp-ds.github.io/docs/components/text-field/frameworks/elements#prefix-label) */ export declare const Affix: React.ForwardRefExoticComponent, "form" | "label" | "search" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "resetFormControl" | "render" | "validationTarget" | "internals" | "showError" | "validationMessage" | "validity" | "validationComplete" | "checkValidity" | "formResetCallback" | "valueChangedCallback" | "validityCallback" | "validationMessageCallback" | "setValue" | "shouldFormValueUpdate" | "renderOptions" | "clear" | "icon" | "_wrapperClasses" | "resetContainingTextField" | "submitContainingForm" | "_searchButton" | "_clearButton" | "_icon" | "_text" | "_markup"> & {} & Partial> & React.RefAttributes, "ref">, "aria-label"> & { ariaLabel?: string | null; } & React.RefAttributes>;