import { PropsWithChildren } from "react";
export declare const RotatingElement: ({ children, isFixed }: PropsWithChildren<any>) => JSX.Element;
