import type { CodeEditorProps } from './type'; export declare function CodeEditor({ value, onChange, extensions, onBlur, height, readOnly, autoCompletion, disabled, label, copyButton, id, helper, onFocus, labelDescription, expandableHeight, hideText, showText, 'aria-label': ariaLabel, 'data-testid': dataTestId, className, error, lineNumbers, style, required, 'aria-describedby': ariaDescribedBy, }: CodeEditorProps): import("react").JSX.Element; export declare namespace CodeEditor { var displayName: string; } //# sourceMappingURL=index.d.ts.map