import React from "react";
import { Scope } from "iztro/lib/data/types";
type LineProps = {
    index: number;
    scope?: Scope;
};
export declare const Line: ({ index, scope }: LineProps) => React.JSX.Element;
export {};
