export declare class QuackamoleGrid { private static CLASS_GRID_CONTAINER; private static CLASS_GRID_ITEM; private static CLASS_EDGE_T; private static CLASS_EDGE_R; private static CLASS_EDGE_B; private static CLASS_EDGE_L; private static CLASS_CORNER_TL; private static CLASS_CORNER_TR; private static CLASS_CORNER_BL; private static CLASS_CORNER_BR; private static CLASS_RESIZER; private static CLASS_RESIZING; private static RESIZER_WIDTH; private static container; private static resizer; private static posStart; private static computedStyle; private static gridColumnStart; private static gridColumnEnd; private static gridRowStart; private static gridRowEnd; static init(container: HTMLElement, columns?: number, rows?: number, gridGap?: number): void; static registerGridItem(gridItem: HTMLElement, gridColumnStart?: number, gridRowStart?: number, gridColumnEnd?: number, gridRowEnd?: number): void; private static insertResizeHandles; private static resizeStart; private static resize; private static resizeStop; private static quackamoleGridCssFactory; }