import Grid from './rc-mod';
export default Grid;
export declare const GridRow: import("./types").TGridRowComponent;
export declare const GridCol: import("./types").TGridColComponent;
export type { IGridProps as GridProps, IGridRowProps as GridRowProps, IGridColProps as GridColProps, TGridComponent as GridComponent, TGridRowComponent as GridRowComponent, TGridColComponent as GridColComponent, TGridRef as GridRef, TGridRowRef as GridRowRef, TGridColRef as GridColRef } from './types';
