export declare function LoadMoreButton({ rowsPerPage, remaining, onClick, className, }: { rowsPerPage: number; remaining: number; onClick: () => void; className?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LoadMoreButton.d.ts.map