export declare class GridStackOptions { acceptWidgets: boolean; alwaysShowResizeHandle: boolean; animate: boolean; auto: boolean; cellHeight: string; ddPlugin: boolean; disableDrag: boolean; disableResize: boolean; draggable: boolean; handle: string; handleClass: string; height: number; float: boolean; itemClass: string; minWidth: string; disableOneColumnMode: boolean; oneColumnModeClass: string; placeholderClass: string; placeholderText: string; resizable: boolean; removable: boolean; removeTimeout: number; rtl: string; staticGrid: boolean; verticalMargin: number; width: number; }