import { Shape, Path } from 'three';
export declare function shapesFromFont(shapes?: Array<Array<Shape>>): (Shape | Path)[][] | undefined;
