/// export interface NotificationDrawerProps extends React.HTMLProps { /** Content rendered inside the notification drawer */ children?: React.ReactNode; /** Additional classes added to the notification drawer */ className?: string; /** @hide Forwarded ref */ innerRef?: React.Ref; } export declare const NotificationDrawer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=NotificationDrawer.d.ts.map