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