import type { PropsWithChildren } from 'react'; import React from 'react'; /** Enables horizontal scrolling for table content on small breakpoints. */ declare const ScrollTableOnSm: React.FC; export { ScrollTableOnSm }; //# sourceMappingURL=ScrollTableOnSm.d.ts.map