import { FC } from '@dineug/r-html';
export type SchemaSQLProps = {
    isDarkMode: boolean;
    tableId?: string;
};
declare const SchemaSQL: FC<SchemaSQLProps>;
export default SchemaSQL;
