export declare function PaginationBar({ total }: {
    total: number;
}): import("react/jsx-runtime").JSX.Element;
