/// import { NowLineProps } from "../types"; declare function NowLine({ style, left, width, calculateTopOffset }: NowLineProps): JSX.Element; export default NowLine; //# sourceMappingURL=NowLine.d.ts.map