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

declare const DoNotDisturb: ReactIconComponentType;
export default DoNotDisturb;
            