import { PaginationProps } from './pagination'; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; interface PageButtonProps extends PaginationProps { activePage?: number; buttonPage?: number; } export declare const PageButton: import("styled-components").StyledComponent<"button", any, PageButtonProps, never>; export declare const PreviousButton: import("styled-components").StyledComponent<"button", any, PageButtonProps, never>; export declare const NextButton: import("styled-components").StyledComponent<"button", any, PageButtonProps, never>; export {}; //# sourceMappingURL=styled.d.ts.map