import type { PropType } from 'vue'; import type { ShikiThemeConfig } from '../types'; import { type CodeBlockAction } from './codeblock-context'; declare const _default: import("vue").DefineComponent; default: undefined; }; showLineNumbers: { type: BooleanConstructor; default: boolean; }; selectable: { type: BooleanConstructor; default: boolean; }; actions: { type: () => CodeBlockAction[]; default: () => never[]; }; hideCopy: { type: BooleanConstructor; default: boolean; }; hideDownload: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: undefined; }; showLineNumbers: { type: BooleanConstructor; default: boolean; }; selectable: { type: BooleanConstructor; default: boolean; }; actions: { type: () => CodeBlockAction[]; default: () => never[]; }; hideCopy: { type: BooleanConstructor; default: boolean; }; hideDownload: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { language: string; theme: ShikiThemeConfig; showLineNumbers: boolean; selectable: boolean; actions: any[]; hideCopy: boolean; hideDownload: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;