import { Node } from "slate";
declare type Props = {
    devValue: Node[];
    setDevValue: (value: Node[]) => void;
    type: string;
};
export declare const DevSlate: ({ devValue, setDevValue, type }: Props) => JSX.Element;
export {};
//# sourceMappingURL=devSlate.d.ts.map