import type { StoreProps } from "..";
export type StoreInitProps = StoreProps;
export declare function StoreInit(props: StoreInitProps): import("react/jsx-runtime").JSX.Element;
export declare namespace StoreInit {
    var displayName: string;
}
