interface UseRespectReduceMotionOptions {
    respectReducedMotion: boolean;
    getRootElement: () => HTMLElement | undefined;
}
export declare function useRespectReduceMotion({ respectReducedMotion, getRootElement, }: UseRespectReduceMotionOptions): void;
export {};
