import { ComponentProps } from '../internals/utils';
export type DrawerActionsProps = ComponentProps;
declare const DrawerActions: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>;
export default DrawerActions;