import * as React from 'react';
import { IPropertyPaneWebPartInformationHostProps } from './IPropertyPaneWebPartInformationHost';
export default class PropertyPaneWebPartInformationHost extends React.Component<IPropertyPaneWebPartInformationHostProps> {
    constructor(props: IPropertyPaneWebPartInformationHostProps);
    render(): JSX.Element;
}
//# sourceMappingURL=PropertyPaneWebPartInformationHost.d.ts.map