import * as React from 'react'; type ContainerProps = Readonly>; declare const Container: React.ForwardRefExoticComponent, HTMLTableElement>, "ref">> & React.RefAttributes>; export { Container, type ContainerProps };