export declare const Chip: import("react").ForwardRefExoticComponent<{ wrapperRef?: import("react").RefObject; variant?: import("./types.js").ChipVariants; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "variant" | "wrapperRef"> & import("react").RefAttributes>; //# sourceMappingURL=Chip.d.ts.map