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