import type { SyntaxHighlighterProps } from 'react-syntax-highlighter'; type SyntaxRendererProps = Parameters>[0]; export declare const renderCodeRows: ({ rows, stylesheet, useInlineStyles }: SyntaxRendererProps) => JSX.Element[]; export {}; //# sourceMappingURL=index.d.ts.map