import { h } from 'preact'; import { IconProps } from './types'; export declare const HighlightIcon: ({ size, strokeWidth, primaryColor, className, title, }: IconProps) => h.JSX.Element; //# sourceMappingURL=highlight.d.ts.map