declare type CustomChipProps = {
    color?: string;
    active?: boolean;
};
export { CustomChipProps };
