import { CdsGrid as Grid, CdsGridColumn as GridColumn, CdsGridRow as GridRow, CdsGridCell as GridCell, CdsGridFooter as GridFooter, CdsGridDetail as GridDetail, CdsGridPlaceholder as Placeholder } from '@cds/core/grid'; import '@cds/core/grid/register'; import * as React from 'react'; export declare const CdsGrid: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsGridColumn: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsGridRow: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsGridCell: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsGridFooter: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsGridDetail: React.ForwardRefExoticComponent, "onCloseChange"> & Omit & { onCloseChange: (e: Event) => void; }> & React.RefAttributes>; export declare const CdsGridPlaceholder: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>;