/** * * @kind 06-Lifecycle */ export declare const useLayoutMount: (callback: VoidFunction | (() => VoidFunction)) => void;