import { EffectCallback } from 'react'; /** * Hook that calls a function after the component is mounted. */ export declare const useMount: (fn: EffectCallback) => void;