import type { Meta, StoryObj } from "@storybook/web-components-vite"; import type { WarpAffix } from "./affix.js"; import "./affix.js"; declare const args: Partial & { [key: string]: any; }; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Search: Story; export declare const Clear: Story; export declare const Icon: Story;