export function NotificationsIllustration({ theme, size, alt, ...rest }: {
    [x: string]: any;
    theme: any;
    size: any;
    alt: any;
}): React.JSX.Element;
export namespace NotificationsIllustration {
    namespace propTypes {
        let alt: any;
        let size: any;
        let theme: any;
    }
}
export default NotificationsIllustration;
import React from 'react';
