import React__default from 'react'; declare const highlightIconColorVariants: Record<"primary" | "red" | "yellow" | "green" | "blue" | "orange" | "second_green", string>; type HighlightIconColor = keyof typeof highlightIconColorVariants; interface HighlightIconProps extends React__default.HTMLAttributes { icon: React__default.ReactElement; color?: HighlightIconColor; size?: number; } declare const HighlightIcon: React__default.ForwardRefExoticComponent>; export { HighlightIcon as H, type HighlightIconColor as a };