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