export function extend(publicAPI: any, model: any, initialValues?: {}): void; export namespace DEFAULT_VALUES { namespace defaultStyle { let text: string; let faceColor: string; let faceRotation: number; let fontFamily: string; let fontColor: string; let fontStyle: string; function fontSizeScale(resolution: any): number; let edgeThickness: number; let edgeColor: string; let resolution: number; } let xPlusFaceProperty: {}; let xMinusFaceProperty: {}; let yPlusFaceProperty: {}; let yMinusFaceProperty: {}; let zPlusFaceProperty: {}; let zMinusFaceProperty: {}; let showMainFaces: boolean; let showEdgeFaces: boolean; let showCornerFaces: boolean; let scale: number; } export const newInstance: any; declare namespace _default { export { newInstance }; export { extend }; } export default _default;