import { NodeState, Direction } from '../../models'; interface Props { direction: Direction; state: NodeState; } declare function LowerAngledLine(props: Props): JSX.Element; export default LowerAngledLine;