import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class PredictionEnginePageCandidate extends Base {
    static $t: Type;
}
