importReactfrom'react';
import { DrawerActionsProps } from'./DrawerActions.types';
/**
* DrawerActions are components used inside Dialogs to position the footer actions.
*/declareconstDrawerActions: React.FC<DrawerActionsProps>;
exportdefaultDrawerActions;