import { PageInfoProps } from '.';
declare const Total: ({ total, ...props }: Pick<PageInfoProps, 'total'>) => import("@emotion/react/jsx-runtime").JSX.Element;
export default Total;
