export const DEFAULT_STATE: any;
export default Notification;
declare function Notification(props: any): import("react/jsx-runtime").JSX.Element;
declare namespace Notification {
    let displayName: string;
    let propTypes: any;
}
