import React from "react"; import type { InternalChipProps } from "./ChipTypes"; export declare function InternalChip({ label, active, disabled, invalid, prefix, suffix, tabIndex, ariaLabel, onClick, onKeyDown, }: InternalChipProps): React.JSX.Element;