export default interface AddableComponent {
    componentId: string;
    panelId?: string;
}
//# sourceMappingURL=AddableComponent.d.ts.map