import { ISdtfDataItem } from '@shapediver/sdk.sdtf-core';
import { SdtfBasePartialComponent } from './SdtfBasePartialComponent';
export declare class SdtfPartialDataItem extends SdtfBasePartialComponent implements Partial<ISdtfDataItem> {
    accessor?: number;
    attributes?: number;
    typeHint?: number;
    value?: unknown;
    additionalProperties: Record<string, unknown>;
    toJson(): Record<string, unknown>;
}
//# sourceMappingURL=SdtfPartialDataItem.d.ts.map