import { Geometry } from './Geometry';
import type { SelectionElementBlock } from './BlockStruct';
export declare class SelectionElement {
    confidence: number;
    geometry: Geometry;
    id: string;
    selectionStatus: string;
    constructor(block: SelectionElementBlock);
}
//# sourceMappingURL=SelectionElement.d.ts.map