export declare const PostList: ({ organizationId, start, limit, order, style }: { organizationId: any; start: any; limit: any; order: any; style: any; }) => JSX.Element;