import { types } from "typestyle";
interface InternalChipStyles {
    chip?: types.NestedCSSProperties;
    chipIconWrapper?: types.NestedCSSProperties;
    chipIcon?: types.NestedCSSProperties;
    clickableIconWrapper?: types.NestedCSSProperties;
    clickableIcon?: types.NestedCSSProperties;
}
export declare const ChipStyles: InternalChipStyles;
export declare const ChipStylesConst: {
    readonly chipHeight: number;
    readonly fontSize: number;
    readonly chipPaddingLeftRight: number;
    readonly defaultChipColor: string;
};
export {};
