import type { FC } from 'react'; import type { PageBodyItem } from '../../services/Wagtail/PagesAPI/types'; export type AvailableBlocksType = { [key in PageBodyItem as key['type']]: FC>; }; //# sourceMappingURL=types.d.ts.map