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