export function ContentWrapper(props: any): JSX.Element; export default Provider; declare function Provider({ dashboardAttributes, onAttributesChange, getChartAttributes, getChart, chartIds, theme, hasKubernetes, composite, children, }: { dashboardAttributes: any; onAttributesChange: any; getChartAttributes: any; getChart: any; chartIds: any; theme: any; hasKubernetes: any; composite: any; children: any; }): JSX.Element;