import React from 'react'; import { ISearchVO } from '@/common/types'; export interface CustomReportSearchProps { projectId?: string; searchVO?: ISearchVO; setSearchVO: (searchVO: ISearchVO) => void; searchCls?: string; } declare const _default: React.FunctionComponent; export default _default;