import React from 'react'; import { StoreIconsProps } from './types'; declare const StoreIcons: ({ icons, onClick, numberOfShownIcons, disableInteraction, }: StoreIconsProps) => React.JSX.Element; export default StoreIcons; //# sourceMappingURL=StoreIcons.d.ts.map