import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import type { PropsWithChildren } from 'react'; import React from 'react'; /** Flex container that waits for payload resolution and surfaces embed load errors. */ export declare const EmbedCardResolverFlexBox: React.FC>; //# sourceMappingURL=EmbedCardResolver.d.ts.map