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

declare const LabelOutline: ReactIconComponentType;
export default LabelOutline;
            