import type { ChipOptions } from "../Chip/Chip.types.js"; export interface ChipProps extends Omit, Record { } export interface ChipRemoveDetail { label: string; } export declare function registerChipElement(): CustomElementConstructor | undefined; //# sourceMappingURL=chip.d.ts.map