import type { TrailLayerProps } from './props'; declare function MbTrailLayer(props: TrailLayerProps): import("react/jsx-runtime").JSX.Element; export default MbTrailLayer;