import { FC } from '@dineug/r-html'; export type ErdProps = { isDarkMode: boolean; mouseTracking: boolean; }; declare const Erd: FC; export default Erd;