import { default as React } from 'react'; import { CSSProp } from 'styled-components'; export declare const DesignWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit, HTMLElement>, never>> & string; export declare function DesignArea({ children, title, style }: { title: string; children: React.ReactNode; style?: CSSProp; }): import("react/jsx-runtime").JSX.Element;