import { IContentGroupParams } from './index';
declare function fetchFindContentGroup(params?: IContentGroupParams): Promise<any>;
export default fetchFindContentGroup;
