/// export declare const StyledAddWidgetButton: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AddingMessage: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledButtonContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export declare const BlockListStyle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; type AddingToolProps = { position: 'before' | 'after'; horizontal: boolean; }; export declare const DMEditorViewStyle: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & { projectStyle?: string | undefined; themeStyle?: string | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const AddingTool: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & AddingToolProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};