import { default as React } from 'react'; interface PaginationInfoTextProps { children?: React.ReactNode; } export declare const StyledContainer: import('styled-components').StyledComponent>, import('styled-components').DefaultTheme, {}, never>; export declare const PaginationInfoText: ({ children, ...props }: PaginationInfoTextProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=pagination-info-text.d.ts.map