import { ReactNode } from 'react'; declare type Props = { className: string; showIcons?: boolean; children: ReactNode; }; export default function HorizontalScroll({ children, className, showIcons }: Props): JSX.Element; export {}; //# sourceMappingURL=HorizontalScroll.d.ts.map