import type { CardProps } from '@mui/material'; import type { ModuleError } from '@xyo-network/sdk'; import type { PropsWithChildren } from 'react'; import React from 'react'; interface EmbedCardApiErrorRendererProps extends CardProps { xyoError?: ModuleError; } /** Renders children or a custom API error card when a module error is present. */ export declare const EmbedCardApiErrorRenderer: React.FC>; export {}; //# sourceMappingURL=EmbedCardApiErrorRenderer.d.ts.map