export declare const PageList: ({ organizationId, start, limit, order, style, includeFirstPage, }: { organizationId: any; start: any; limit: any; order: any; style: any; includeFirstPage: any; }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;