import type { ReactNode } from 'react'; export declare const resolveEditorLayout: (props: { sdkProps: { withComponents?: boolean; children?: ReactNode; }; currentLayout: T; }) => string | number | boolean | import("react").ReactElement> | Iterable | (JSX.Element | null)[] | null | undefined;