interface StyledAnimatedPopperPropsT { isOpen?: boolean; animationDuration?: number; withoutAnimation?: boolean; } export declare const StyledFloatingAnimation: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledAnimatedPopperPropsT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledFloatingWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export {};