import { ITextEditorProps } from "./CodeEditor"; export declare const extensions: (props: ITextEditorProps, callback: (data: any, error: any) => void, handleError: (error: any) => void) => any[];