import { PropType } from 'vue'; import { Hljs } from '../../_mixins'; import type { ExtractPublicPropTypes } from '../../_utils'; declare const codeProps: { language: StringConstructor; code: { type: StringConstructor; default: string; }; trim: { type: BooleanConstructor; default: boolean; }; hljs: PropType; uri: BooleanConstructor; inline: BooleanConstructor; wordWrap: BooleanConstructor; internalFontSize: NumberConstructor; internalNoHighlight: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export declare type CodeProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ language: StringConstructor; code: { type: StringConstructor; default: string; }; trim: { type: BooleanConstructor; default: boolean; }; hljs: PropType; uri: BooleanConstructor; inline: BooleanConstructor; wordWrap: BooleanConstructor; internalFontSize: NumberConstructor; internalNoHighlight: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }, { mergedClsPrefix: import("vue").ComputedRef; codeRef: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--n-font-size': string; '--n-font-family': string; '--n-font-weight-strong': string; '--n-bezier': string; '--n-text-color': string; '--n-mono-3': string; '--n-hue-1': string; '--n-hue-2': string; '--n-hue-3': string; '--n-hue-4': string; '--n-hue-5': string; '--n-hue-5-2': string; '--n-hue-6': string; '--n-hue-6-2': string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; uri: BooleanConstructor; inline: BooleanConstructor; wordWrap: BooleanConstructor; internalFontSize: NumberConstructor; internalNoHighlight: BooleanConstructor; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>>, { trim: boolean; inline: boolean; wordWrap: boolean; code: string; uri: boolean; internalNoHighlight: boolean; }>; export default _default;