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