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

declare const PriorityHigh: ReactIconComponentType;
export default PriorityHigh;
            