import { StoryObj } from "@storybook/react"; import { Affix } from "./react"; declare const _default: { title: string; component: import("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> & import("react").RefAttributes, "ref">, "aria-label"> & { ariaLabel?: string | null; } & import("react").RefAttributes>; }; export default _default; export type Story = StoryObj; export declare const Default: Story;