import React from 'react'; import { AttrConditionTypes } from '@zgfe/business-lib'; import './styles/index.less'; interface SessionListPropsI { /** * 用户系统id */ zgId: string; /** * cdpId */ cdpId?: string; /** * 下拉选中的事件id */ selectEventId: number; /** * 属性筛选条件 */ filterData?: AttrConditionTypes.GroupValue; /** * ref */ ref?: any; /** * 条件laoding */ sessionDaysLoading: boolean; } declare const _default: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default _default;