type Props = {
    children: React.ReactNode;
    isActive?: boolean;
    onClick: () => void;
    append?: React.ReactNode;
    "data-testid"?: string;
};
export declare const VuiChip: ({ children, isActive, append, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
