import { TableProps } from '../types'; export declare const FootPagination: import("styled-components").StyledComponent & import("@medly-components/utils").WithStyle, any, { tableSize: TableProps['size']; }, never>; export declare const TFoot: import("styled-components").StyledComponent<"tfoot", any, { showWithCardStyle?: boolean | undefined; tableSize: TableProps['size']; }, never>; export declare const FootRow: import("styled-components").StyledComponent<"tr", any, {}, never>;