import type { ChartTheme } from '../themes/types.js'; export interface SQLBlockProps { sql: string; title?: string; executionTime?: number; rowCount?: number; theme?: ChartTheme; } export declare function SQLBlock({ sql, title, executionTime, rowCount, theme, }: SQLBlockProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SQLBlock.d.ts.map