import { type TuiPoint } from '@taiga-ui/core/types'; export declare function tuiLineAngle(a: TuiPoint, b: TuiPoint): number;