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.ForwardedRef; } export declare const NotificationDrawer: import("preact").FunctionalComponent & { ref?: import("preact").Ref; }>; //# sourceMappingURL=NotificationDrawer.d.ts.map