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