/** Loads the highlighter once. Safe (and free) to call on every render. */ export declare function initSyntaxHighlighter(): void; /** The Prism component, or null when it could not be loaded (native, or absent). */ export declare function getPrismHighlighter(): any;