import { type HTMLAttributes } from 'react'; export type PaginationItemProps = { /** * Change the default rendered element for the one passed as a child, merging their props and behavior. * @default false */ asChild?: boolean; } & Omit, 'size'>; /** * PaginationItem component, use within a Pagination.List. * * @example * * * Forrige * * */ export declare const PaginationItem: import("react").ForwardRefExoticComponent<{ /** * Change the default rendered element for the one passed as a child, merging their props and behavior. * @default false */ asChild?: boolean; } & Omit, "size"> & import("react").RefAttributes>; //# sourceMappingURL=pagination-item.d.ts.map