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