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