import { Gap } from '../types'; export declare class DVerticalStack { gap: Gap; separator?: boolean; render(): any; }