import * as React from 'react'; /** * A React.useEffect equivalent that runs once, when the component is mounted. * @ignore - internal hook. */ export declare function useOnMount(fn: React.EffectCallback): void;