import { TableFooter } from './styled'; import type { FooterProps } from './types'; import type { FC } from 'react'; const Footer: FC = () => ; export { Footer }; export type { FooterProps } from './types';