import { Constructor } from '../../../../types/GlobalTypes';
export declare function DefaultFolderParamConfig<TBase extends Constructor>(Base: TBase): {
    new (...args: any[]): {
        default: import("../../utils/params/ParamsConfig").ParamTemplate<import("../../../index_all").ParamType.FOLDER>;
    };
} & TBase;
