Panel method access with react

How can I access the component’s methods?

For example: panel.destroy()

<Panel right dark opened={true} backdrop={false} cover="#funnel-create">
      <Page>
      <Block strongIos outlineIos>
          <p>This is page-nested Panel.</p>
      </Block>
      </Page>
  </Panel>