import React from 'react'; /** * A toolbar button that allows the user to insert a fenced code block. * Once the code block is focused, you can construct a special code block toolbar for it, using the {@link ConditionalContents} primitive. * See the {@link ConditionalContents} documentation for an example. */ export declare const InsertCodeBlock: React.FC;