import type { ISlottableProps } from '../../../Behaviors/Slottable'; /** * Represents the `IDialogActionsElementProps` interface. * * @public */ export interface IDialogActionsElementProps extends ISlottableProps { } //# sourceMappingURL=IDialogActionsElementProps.d.ts.map