import { type TBaseTagMap } from "@jay-js/elements";
import type { TSwapItem } from "./swap-item.types.js";
export declare function SwapItem<T extends TBaseTagMap = "div">({ state, ...props }?: TSwapItem<T>): HTMLElementTagNameMap[T];
