import React from 'react';
import { ITabPanelItemWithPropertyGridViewModel } from '@devexpress/analytics-core/core/tools/_tabInfoWithPropertyGrid';
declare const ExportOptions: React.FC<{
    data: ITabPanelItemWithPropertyGridViewModel;
}>;
export default ExportOptions;
