import { ResolvedEmbeddableConfig } from "@embeddable.com/sdk-core"; /** * Gets the list of components that have preview exports. * This includes both local components with preview exports and * preview components from external libraries. */ export declare function getComponentsWithPreview(ctx: ResolvedEmbeddableConfig): Promise; /** * Gets preview components from external component libraries. */ export declare function getAdditionalPreviews(ctx: ResolvedEmbeddableConfig): Promise>;