export declare class StackItem {
    baseClass: boolean;
    /**
     * Set to `true` to make the `StackItem` fill the remaining horizontal space on the stack.
     */
    fill: boolean;
}
