import type { ComponentStore, TungstenBaseStoreComponent } from '../Components.jsx'; import { InternalStoreSchema } from './InternalStoreSchema.js'; export declare function getInternalStore(element: TungstenBaseStoreComponent): ComponentStore; //# sourceMappingURL=getInternalStore.d.ts.map