export declare const accordionMotion: { initial: { height: number; }; animate: { height: string; }; exit: { height: number; }; };