import { type JSX } from "react"; import { type SlotComponent } from "../../hooks/use-slot/index.js"; import type { PillRowSpec, PillState } from "./types.js"; export declare const PillLabel: import("react").NamedExoticComponent & import("react").RefAttributes>; export declare namespace PillLabel { type Props = Omit & { row: PillRowSpec; render?: SlotComponent; }; }