export declare class SpineItem {
    IDref: string;
    Linear: string;
    ID: string;
    Properties: string;
}
