declare const Store: (storeElem: HTMLElement, key: string, value?: any) => any | null;
export default Store;
