import { Label } from './Label';
export declare class Person extends Label {
    probability: number;
    constructor(id: string, short: string, label: string, probability: number);
}
