import { ComboboxSize } from '../types'; export declare const chipClassName: string; /** * The line-height of the combobox. */ export declare const lineHeight: Record; /** * The font-size of the combobox. */ export declare const fontSize: Record; /** * Vertical padding on a chip (in px) */ export declare const chipWrapperPaddingY: { readonly xsmall: 1; readonly small: 0; readonly default: 2; readonly large: 4; }; /** * Override chip sizes */ export declare const chipSizeStyles: Record; //# sourceMappingURL=ComboboxChip.styles.d.ts.map