import { RenderComponent } from '@vue-storefront/core';
export declare const extractComponents: (contentData?: {} | []) => RenderComponent[];
