import { FC } from 'react'; export declare type TRawToolData = { html: string; }; export declare const RawTool: FC;