/// import { BehaviorSubject } from 'rxjs'; interface Props { layersStore$: BehaviorSubject[]>; blocksCommunicationStateInitialValue: T; } export default function Core(props: Props): JSX.Element; export {};