import { ForgeElement, ForgeNode } from '@atlassian/forge-ui-types'; declare function createElement

(type: string | ((props: P) => ForgeElement), props: P, ...children: ForgeNode[]): ForgeElement

; export { render } from './backend-runtime'; export { useAction } from './hooks/useAction'; export { useProductContext } from './hooks/useProductContext'; export * from './components'; declare const _default: { createElement: typeof createElement; }; export default _default;