import * as React from "react"; //#region src/container.d.ts type ContainerProps = Readonly>; declare const Container: React.ForwardRefExoticComponent, HTMLTableElement>, "ref">> & React.RefAttributes>; //#endregion export { Container, ContainerProps }; //# sourceMappingURL=index.d.ts.map