import type { TLine } from 'syntx'; export declare type TLinesBlock = { lines: readonly TLine[]; }; export declare const LinesBlock: import("refun").TComponent;