/// import { IconProps } from '../../types'; declare const Accumulator: (allProps: IconProps) => JSX.Element; export default Accumulator;