///
import { PaginationItemProps, PaginationProps } from './types';
import { ButtonOrButtonLinkProps } from '../button';
export declare const StyledNav: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Pick, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const StyledUnorderedList: import("@emotion/styled").StyledComponent<{
rowGap?: import("../utils/style").MQ | undefined;
columnGap?: import("../utils/style").MQ | undefined;
rows?: import("../utils/style").MQ | undefined;
columns?: import("../utils/style").MQ | undefined;
justifyContent?: import("../utils/style").MQ | undefined;
alignContent?: import("../utils/style").MQ | undefined;
justifyItems?: import("../utils/style").MQ | undefined;
alignItems?: import("../utils/style").MQ | undefined;
areas?: import("../utils/style").MQ | undefined;
inline?: import("../utils/style").MQ | undefined;
autoColumns?: import("../utils/style").MQ | undefined;
autoRows?: import("../utils/style").MQ | undefined;
autoFlow?: import("../utils/style").MQ | undefined;
children?: import("react").ReactNode | import("../grid-layout/types").GridLayoutRenderProps;
as?: import("react").ElementType | undefined;
overrides?: ({
width?: import("../utils/style").MQ | undefined;
minWidth?: import("../utils/style").MQ | undefined;
maxWidth?: import("../utils/style").MQ | undefined;
height?: import("../utils/style").MQ | undefined;
minHeight?: import("../utils/style").MQ | undefined;
maxHeight?: import("../utils/style").MQ | undefined;
} & import("../utils/logical-properties").LogicalProps) | undefined;
} & Omit, "children"> & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const StyledButton: import("@emotion/styled").StyledComponent<((ButtonOrButtonLinkProps & import("react").RefAttributes) & {
theme?: import("@emotion/react").Theme | undefined;
}) & (ButtonOrButtonLinkProps & PaginationItemProps), {}, {}>;
//# sourceMappingURL=styled.d.ts.map