/** column default width */ export declare const DEFAULT_COLUMN_WIDTH = 200; /** column min width */ export declare const DEFAULT_COLUMN_MIN_WIDTH = 100; /** column title height */ export declare const DEFAULT_COLUMN_TITLE_HEIGHT = 40; /** column title height */ export declare const DEFAULT_ADD_BUTTON_WIDTH = 40; /** database title length */ export declare const DATABASE_TITLE_LENGTH = 50; /** select tag name max length */ export declare const SELECT_TAG_NAME_MAX_LENGTH = 50; /** edit select popup width */ export declare const SELECT_EDIT_POPUP_WIDTH = 345; export declare const DEFAULT_TITLE = "Database"; //# sourceMappingURL=consts.d.ts.map