import * as React from 'react'; import type { IPropertyPaneProps } from './PropertyPane'; /** * DeferredPropertyPane is a wrapper around PropertyPane that defers its loading until it is needed. * @internal */ export declare function _DeferredPropertyPane(props: React.PropsWithChildren): JSX.Element; //# sourceMappingURL=DeferredPropertyPane.d.ts.map