///
import { type DialogActionsProps as MuiDialogActionsProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type DialogActionsProps = WithoutEmotionSpecific;
export declare const DialogActions: ({ children, disableSpacing, ...props }: DialogActionsProps) => JSX.Element;