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