type Callback = (callback: () => void) => void; export declare const useCallbackAfterRender: (isLayout?: boolean) => Callback; export {};