import React from "react"; interface WrapperDroppableProps { below: boolean; zIndex: number; } export declare const WrapperDroppable: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: React.ElementType | undefined; } & WrapperDroppableProps, React.DetailedHTMLProps, HTMLDivElement>, {}>; export declare const ElementControlHorizontalDropZones: () => React.JSX.Element | null; export {};