export declare const Container: import("styled-components").StyledComponent<"div", any, {
    dragDirection: 'x' | 'y';
}, never>;
