export interface LoadingRotationProps { } export declare const LoadingRotation: (props: LoadingRotationProps) => import("react").JSX.Element;