import { IPropertyPaneMarkdownContentProps } from "./IPropertyPaneMarkdownContent";
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
/**
 * Creates a property pane section that displays read-only markdown content.
 * Use this property pane control to display additional instructions, help
 * screens, etc.
 *
 * @param properties
 */
export declare function PropertyPaneMarkdownContent(properties: IPropertyPaneMarkdownContentProps): IPropertyPaneField<IPropertyPaneMarkdownContentProps>;
//# sourceMappingURL=PropertyPaneMarkdownContent.d.ts.map