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