import { ExtractPublicPropTypes } from "../../util/extract-public-props"; import "./styles/index.css"; declare const codeProps: { code: StringConstructor; lang: StringConstructor; }; export declare type CodeProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ code: StringConstructor; lang: StringConstructor; }, { codeRef: import("vue").Ref; cssVars: import("vue").ComputedRef<{ "--blue-font-color": string; "--red-font-color": string; "--yellow-font-color": string; "--green-font-color": string; "--purple-font-color": string; "--light-blue-font-color": string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export default _default;