import { VuiComponent } from "../core/vui.js";
import { TagToggleProps } from "./tagToggle.types.js";
import "../index.js";
//#region src/tagToggle/TagToggle.d.ts
/**
 * A toggle button styled as a tag. Uses brand-only colour tokens and an
 * `aria-pressed` attribute to convey selected state.
 */
declare const TagToggle: VuiComponent<"button", TagToggleProps>;
//#endregion
export { TagToggle, TagToggle as default };

//# sourceMappingURL=TagToggle.d.ts.map