import { BaseButtonProps } from "../Button"; export interface PaginationNextProps extends BaseButtonProps, Omit, "color"> { } export declare const PaginationNext: (props: PaginationNextProps) => import("@emotion/react/jsx-runtime").JSX.Element;