import React from 'react';
type SqlPanelProps = {
    initialSql?: string;
};
export declare const SqlPanel: React.FC<SqlPanelProps>;
export {};
