import React from 'react'; import { PanelProps } from './Panel.types'; declare function Panel({ languageOptions, onChange, onCopy, customActionButtons, showCustomActionButtons, title, className, ...rest }: PanelProps): React.JSX.Element; declare namespace Panel { var displayName: string; } export default Panel; //# sourceMappingURL=Panel.d.ts.map