import { PropsWithChildren } from 'react'; import { Highlighter } from 'shiki/bundle-web.mjs'; export declare const SHIKI_DEFAULT_THEME = "github-dark"; export declare function ShikiProvider({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function useShiki(): Highlighter | null;