import { ReactIconComponentType } from '../types';

declare const CandleStickIcon: ReactIconComponentType;
export default CandleStickIcon;
            