export default S; export const Button: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export const CtrlButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; export const Draggable: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; declare namespace S { const Button: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; const CtrlButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>; const Draggable: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; }