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