export declare function usePersistentFunction<Props, Arguments extends any[]>(props: (...args: Arguments) => Props): (...args: Arguments) => Props;
