import React from 'react';
/**
 * @param {Number} level
 */
export declare const getPriority: (level: number) => string;
/**
 * Checks if value is `null` or `undefined`
 * @param {*} value
 * @return {Boolean}
 */
export declare const isNil: (value: any) => value is null | undefined;
export declare function GetFusionConfig<PropType extends {
    fusionConfig: any;
}>(Wrapped: React.ComponentType<PropType>): React.FC<Pick<PropType, Exclude<keyof PropType, "fusionConfig">>>;
//# sourceMappingURL=utils.d.ts.map