import * as React from 'react'; declare type GridDataContainerProps = React.HTMLAttributes; export declare function GridDataContainer(props: GridDataContainerProps): JSX.Element; export {};