import * as React from 'react';
export type GridBottomContainerProps = React.PropsWithChildren;
export declare function GridBottomContainer(props: GridBottomContainerProps): import("react/jsx-runtime").JSX.Element;