export declare const usePersistedState: (name: string, defaultValue: any) => any[];
