import { Feature } from 'geojson'; import { ReactNode } from 'react'; declare const LineLabel: ({ route, children }: { route?: Feature | null; children: ReactNode; }) => import("react/jsx-runtime").JSX.Element | null; export default LineLabel;