import { ModalProps } from "../utils/hooks/modal-context";
import { RecommendationsConfig } from "../recommendations/Recommendations";
export declare function renderToDiv(element: HTMLElement, props: ModalProps): void;
export declare function renderRecommendationsToDiv(element: HTMLElement, props: RecommendationsConfig): void;
//# sourceMappingURL=index.d.ts.map