/// import IProps from './IProps'; import './index.scss'; declare const Page: { (props: IProps): JSX.Element; defaultProps: { api: { queryOwnedOrgList: { appCode: string; apiCode: string; }; queryInventoryCoreIndex: { appCode: string; apiCode: string; }; queryInventoryCoreTrend: { appCode: string; apiCode: string; }; queryInventoryCategoryIndex: { appCode: string; apiCode: string; }; }; }; }; export default Page;