import type { CSS } from '@project44-manifest/react-styles';
export declare type TableFooterElement = 'tfoot';
export interface TableFooterProps {
    /**
     * Theme aware style object
     */
    css?: CSS;
}
//# sourceMappingURL=TableFooter.types.d.ts.map