export declare const highlightStyle: (color: string) => string; export declare const highlightObject: (color: string) => { outline: string; outlineOffset: number; boxShadow: string; };