import * as React from 'react'; import { PiralInstance, ComponentsState, ErrorComponentsState, LayoutBreakpoints } from 'piral-core'; export declare function createInstanceElement(instance?: PiralInstance, layout?: Partial, errors?: Partial, dashboardPath?: string, piralChildren?: React.ReactNode, breakpoints?: LayoutBreakpoints): React.ReactElement;