import { FC } from '@dineug/r-html'; export type SchemaSQLContextMenuProps = { onClose: () => void; }; declare const SchemaSQLContextMenu: FC; export default SchemaSQLContextMenu;