import type { ITableRowBaseElementProps } from './abstracts/ITableRowBaseElementProps'; /** * Represents the `ITableFooterRowElementProps` interface. * * @public */ export interface ITableFooterRowElementProps extends ITableRowBaseElementProps { } //# sourceMappingURL=ITableFooterRowElementProps.d.ts.map