import { ToolbarCollectionState } from './ToolbarCollectionState'; export interface ICollectionComponentState { toolbar: ToolbarCollectionState; } //# sourceMappingURL=ICollectionComponentState.d.ts.map