import type { RTEPlugin } from '../api'; export declare type Props = { testIds?: { button?: string; }; }; declare const CodePlugin: RTEPlugin; export default CodePlugin; //# sourceMappingURL=CodePlugin.d.ts.map