import * as React from 'react'; declare const StyledActionIcon: React.ForwardRefExoticComponent, HTMLButtonElement>, "appearance" | "size" | "theme" | "isRounded"> & { theme?: ("primary" | "white" | "neutral" | "primaryDark" | "success" | "warning" | "danger" | Partial>) | undefined; appearance?: ("simple" | "outline" | "solid" | Partial>) | undefined; size?: ("sm" | "md" | "lg" | "xs" | Partial>) | undefined; isRounded?: (boolean | Partial>) | undefined; } & { as?: React.ElementType; }, "children" | "label" | "hasTooltip" | "tooltipSide" | keyof import("../..").NavigatorActions> & { children: React.ReactNode; label: string; } & Omit & import("../..").NavigatorActions, "ref"> & React.RefAttributes, never> & { as?: React.ElementType; }>; export declare const PaginationPreviousButton: (props: Partial>) => React.JSX.Element; export {};