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