import type { JSX } from 'react';
import type { CodeWalkthroughFile } from '@redocly/config';
export type CodeToolbarProps = {
    file: CodeWalkthroughFile;
};
export declare function CodePanelToolbar({ file }: CodeToolbarProps): JSX.Element;
