export declare const chipTokens: {
    calciteChipBackgroundColor: string;
    calciteChipBorderColor: string;
    calciteChipCloseIconColor: string;
    calciteChipCornerRadius: string;
    calciteChipIconColor: string;
    calciteChipSelectIconColorPress: string;
    calciteChipSelectIconColor: string;
    calciteChipTextColor: string;
};
export declare const chips: string;
