import React, { CSSProperties } from "react"; import { RendererProps } from "../../types"; import "./index.scss"; export declare const ComponentBlock: (props: RendererProps & { className?: string; style?: CSSProperties; pure?: boolean; }) => React.JSX.Element; export declare function ComponentArea(props: any): React.JSX.Element; export declare function CopyIcon({ content }: { content: any; }): React.JSX.Element; //# sourceMappingURL=index.d.ts.map