import * as React from 'react'; import { SxProps, Theme } from 'mui-ultra/material/styles'; export declare type GridFooterContainerProps = React.HTMLAttributes & { sx?: SxProps; }; declare const GridFooterContainer: React.ForwardRefExoticComponent & { sx?: SxProps | undefined; } & React.RefAttributes>; export { GridFooterContainer };