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

declare const ExpandIcon: ReactIconComponentType;
export default ExpandIcon;
            