import ResponsiveGrid from './rc-mod';
export default ResponsiveGrid;
export declare const ResponsiveGridCell: import("./types").TResponsiveGridCellComponent;
export type { IResponsiveGridProps as ResponsiveGridProps, TResponsiveGridComponent as ResponsiveGridComponent, TResponsiveGridRef as ResponsiveGridRef, IResponsiveGridCellProps as ResponsiveGridCellProps, TResponsiveGridCellComponent as ResponsiveGridCellComponent, TResponsiveGridCellRef as ResponsiveGridCellRef } from './types';
