import Sheet, { SheetData } from '../sheet'; import Theme, { ThemeData } from '../theme'; import Style, { StyleData } from '../style'; import Legend, { LegendData } from '../legend'; import Relationship, { RelationshipData } from '../relationship'; import Topic, { TopicData } from '../topic'; export declare function patchSheet(sheet: Sheet, newData: SheetData): void; export declare function patchTheme(theme: Theme, newData: ThemeData): void; export declare function patchStyle(style: Style, newData: StyleData): void; export declare function patchLegend(legend: Legend, newData: LegendData): void; export declare function patchRelationship(relationship: Relationship, newData: RelationshipData): void; export declare function patchTopic(topic: Topic, newData: TopicData): void;