import { Theme } from '../../utils/theme'; export declare const getStyledPagination: (theme: Theme) => import('styled-components').RuleSet; declare const StyledPagination: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme: Theme; }>> & string; export { StyledPagination };