export declare enum ControllerType { ROW_CONTROLLER = 1, COLUMN_CONTROLLER = 2, CORNER_CONTROLLER = 3 } export declare const borderWidth = 1;