import { ReactNode } from 'react';
export declare function PageDetailCodeEditor(props: {
    label?: string;
    value: string;
    helpText?: string | ReactNode;
    toggleLanguage?: boolean;
    showCopyToClipboard?: boolean;
    isEmpty?: boolean;
    fullWidth?: boolean;
    isArray?: boolean;
}): import("react/jsx-runtime").JSX.Element;
