import { StyleDefinition } from './style-definition'; import { IStack } from '../interfaces'; /** * Class that create a stack of paragraphs */ export declare class Stack extends StyleDefinition { private _stack; /** * @param _stack receives an array of text */ constructor(_stack: any[]); } //# sourceMappingURL=stack.d.ts.map