export default function lineIntersectsRect({ line, rect }: { line: any; rect: any; }): boolean;