declare const HoverBorder: import("react").ComponentType<{ [key: string]: any; children?: any; pose?: string | string[] | undefined; _pose?: string | string[] | undefined; initialPose?: string | string[] | undefined; withParent?: boolean | undefined; onPoseComplete?: ((pose: import("react-pose/lib/components/PoseElement/types").CurrentPose) => any) | undefined; onValueChange?: { [key: string]: (v: any) => any; } | undefined; innerRef?: { current: any; } | ((el: Element) => any) | undefined; } & import("react-pose/lib/components/PoseElement/types").PoseContextProps & import("react").HTMLProps>; export default HoverBorder;