import { HNDesignsystemHelpDrawer } from '../../resources/Resources'; import { DrawerProps } from '../Drawer'; export interface HelpDrawerProps extends Pick { /** Resources for the component */ resources?: Partial; /** Sets the data-testid attribute. */ testId?: string; } declare const HelpDrawer: React.FC; export default HelpDrawer;