import type { ReactNode } from 'react'; export interface HighlightProps { dark?: boolean; children: NonNullable; } /** @deprecated use Highlight from kitt-universal instead */ export declare function Highlight({ dark, children }: HighlightProps): ReactNode; //# sourceMappingURL=index.d.ts.map