import { RequestConfigProps } from '../types';
export declare const generateSchema: (schema: any, cols: number, onlyProperties?: boolean) => any;
export declare const handleRequestService: (requestConfig: RequestConfigProps) => import("ahooks/lib/useRequest/src/types").Service<any, any>;
export declare function useStateCallback(initialState: any): any[];
export declare function useIsExceedWidth(width: any): boolean;
