import React from 'react'; /** * A toolbar component that lets the user toggle code formatting. * Use for inline `code` elements (like variables, methods, etc). */ export declare const CodeToggle: React.FC;