import type { Instance } from "../../../RootComponent/Instance/RootComponentInstance"; import type { FinalOptionsOfComponent } from ".."; export declare function initStore(storeConfig: FinalOptionsOfComponent["store"] | undefined): (this: Instance) => void;