import { Shape, Path, BufferGeometry } from 'three';
interface TextLinesParams {
    shapes?: Array<Array<Shape | Path>>;
}
export declare function createGeometriesFromTypeLine(params: TextLinesParams): (BufferGeometry<import("three").NormalBufferAttributes> | undefined)[] | undefined;
export {};
