import { RefObject } from 'react'; import { LidoComponentProps } from '../utils/index.js'; export type { Theme } from '../theme/index.js'; export declare enum ChipVariant { positive = 0, negative = 1, warning = 2, gray = 3 } export declare type ChipVariants = keyof typeof ChipVariant; export declare type ChipProps = LidoComponentProps<'div', { wrapperRef?: RefObject; variant?: ChipVariants; }>; //# sourceMappingURL=types.d.ts.map