export interface KeyRotationProps {
    className?: string;
}
declare function KeyRotationInner({ className }: KeyRotationProps): import("react").DetailedReactHTMLElement<{
    className: string;
}, HTMLElement>;
export declare function KeyRotation(props: Parameters<typeof KeyRotationInner>[0]): import("react").FunctionComponentElement<KeyRotationProps>;
export {};
