import type { DME } from '../..'; import { EntityLine } from './entity'; declare const Line: (props: DME.WidgetRenderProps) => import("react/jsx-runtime").JSX.Element; export { Line };