import { PropsWithChildren } from 'react';
export type FacetChipProps = PropsWithChildren<{
    isChecked: boolean;
    onClick: () => void;
}>;
export declare function FacetChip(props: FacetChipProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FacetChip.d.ts.map