import React from 'react'; import type { TFunction } from 'wix-rich-content-common'; export interface UnsupportedBlockProps { t: TFunction; } declare class UnsupportedBlocksComponent extends React.Component { render(): React.JSX.Element; } export { UnsupportedBlocksComponent as Component }; //# sourceMappingURL=unsupported-blocks-component.d.ts.map