import { TTheme } from '../../../types/TTheme'; export declare const StyledPaginator: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, { theme: TTheme; }>> & string; export declare const NumberList: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLDivElement>, never>> & string; interface IIconWrapper { $align: 'left' | 'right'; theme: TTheme; } export declare const IconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, IIconWrapper>> & string; export {};