type BlockState> = { id: string; type: string; properties: T; }; export default BlockState; //# sourceMappingURL=BlockState.d.ts.map