export declare type ChipType = 'filled' | 'outlined'; export declare const CHIP_TYPES: { [key in ChipType]: ChipType; };