type Props = {
    wellboreId: string;
    color?: string;
    opacity?: number;
    width?: number;
    dashed?: boolean;
};
export declare const ActiveTrack: ({ wellboreId, opacity, width, dashed, }: Props) => import("react/jsx-runtime").JSX.Element | null;
export {};
