import type { StoreInitProps } from "."; export declare function StoreInitClient(props: StoreInitProps): null; export declare namespace StoreInitClient { var displayName: string; }