import { LineHighlightingDefinition } from '../types'; interface SyntaxContext { highlightLines: LineHighlightingDefinition; showLineNumbers?: boolean; darkMode: boolean; lineNumberStart?: number; customKeywords?: { [key: string]: string; }; } export declare const SyntaxContext: import("react").Context; export declare function useSyntaxContext(): SyntaxContext; export {}; //# sourceMappingURL=SyntaxContext.d.ts.map