/**
 *
 * @returns a function to prevent displaying the component it is
 * used in immediately so animation can be a little bit smoother
 */
export declare function useOnMounted(): {
    onMounted: () => boolean;
    isLoading: boolean;
};
