import { ContourValueResolverDescription } from "./ContourValueResolverDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CustomContourValueResolverDescription extends ContourValueResolverDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private l;
    get getCustomContourValuesRef(): string;
    set getCustomContourValuesRef(a: string);
}
