import { ISdtfBaseReadableComponent } from '@shapediver/sdk.sdtf-core';
export declare abstract class SdtfBaseReadableComponent implements ISdtfBaseReadableComponent {
    readonly componentId: string;
    constructor();
    toDataObject(): Record<string, unknown>;
}
//# sourceMappingURL=SdtfBaseReadableComponent.d.ts.map