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