import * as React from 'react'; import type { IPropertyPaneConditionalGroupProps, IPropretyPaneConditionalGroupState } from './IPropertyPaneConditionalGroup'; export default class PropertyPaneConditionalGroup extends React.Component { constructor(props: IPropertyPaneConditionalGroupProps); render(): React.ReactElement; private _renderGroup; /** * Prepares the component to show the secondary group of fields. */ private _onShowSecondaryClick; /** * Prepares the component to show the primary group fields. */ private _onShowPrimaryClick; } //# sourceMappingURL=PropertyPaneConditionalGroup.d.ts.map