import * as React from 'react'; 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: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=NotificationDrawer.d.ts.map