import type { SugarElement } from '@ephox/sugar'; import type { AlloyComponent } from '../../api/component/ComponentApi'; import type { SlidingConfig } from './SlidingTypes'; export declare const getAnimationRoot: (component: AlloyComponent, slideConfig: SlidingConfig) => SugarElement; //# sourceMappingURL=SlidingUtils.d.ts.map