import React from "react"; export declare const queryMenuConfig: (功能菜单id: any) => Promise; export declare const showSelectModelModal: (项目信息id: any, onSelectModel: any) => void; export declare const getFormLayoutDataItems: (list显示字段列表: any[], pageConfig: any) => Promise; export declare const captureScreen: () => Promise; export declare const printScreen: (element?: any) => Promise; export declare const printScreenBase64: (element?: any) => Promise; export declare const wait: (time?: number) => Promise; export declare const Arrow: ({ children, length, arrowSize }: { children: any; length?: number; arrowSize?: number; }) => React.JSX.Element; export declare const setTimeoutInterval: (callback: any, interval?: number, timeout?: number, timeoutCallback?: any) => void;