import { EffectCallback } from 'react';
export default function useLayoutMount(fn: EffectCallback): void;
