/// <reference types="react" />
declare const _default: {
    title: string;
    component: {
        new (title: string, options?: NotificationOptions | undefined): Notification;
        prototype: Notification;
        readonly maxActions: number;
        readonly permission: NotificationPermission;
        requestPermission(deprecatedCallback?: NotificationPermissionCallback | undefined): Promise<NotificationPermission>;
    };
};
export default _default;
export declare const All: () => JSX.Element;
//# sourceMappingURL=03-Panel.stories.d.ts.map