import { TChipColor, TChipProps, TChipSize, TChipVariant } from './Chip.type'; export declare const CHIP_COLORS: TChipColor[]; export declare const CHIP_COLOR: { [key in TChipColor]: key; }; export declare const CHIP_SIZES: TChipSize[]; export declare const CHIP_SIZE: { [key in TChipSize]: key; }; export declare const CHIP_VARIANTS: TChipVariant[]; export declare const CHIP_VARIANT: { [key in TChipVariant]: key; }; export declare const CHIP_DEFAULT_PROPS: TChipProps;