export declare function useLayoutAppearanceChangeAnimation(): {
    trigger: (animateElement: HTMLElement) => void;
};
