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