import * as React from 'react'; /** * This is useful because AgGrid behaves wierdly and needs * height management for the wrapper element of the grid. */ declare const AbsoluteFlexContainer: ({ childProps, ...props }: { childProps?: React.HTMLProps; } & React.HTMLProps) => JSX.Element; export default AbsoluteFlexContainer;