import { SetRequired } from 'type-fest'; import { HighlightOptions, PopoverOptions } from './types'; export type PopoverOptionsWithDefaultValues = SetRequired; export type HighlightOptionsWithDefaultValues = SetRequired; export declare const POPOVER_DEFAULTS: PopoverOptionsWithDefaultValues; export declare const HIGHLIGHT_DEFAULTS: HighlightOptionsWithDefaultValues; //# sourceMappingURL=constants.d.ts.map