import * as React from "react"; interface KBarAnimatorProps { style?: React.CSSProperties; className?: string; } export declare const KBarAnimator: React.FC>; export {};