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