/** * Content Preview Component * * Live preview panel that renders page/post content using QwickApps React Framework * Shows in the admin panel alongside the content editor * * Copyright (c) 2025 QwickApps.com. All rights reserved. */ import React from 'react'; import './styles/ContentPreview.css'; export declare const ContentPreview: React.FC; //# sourceMappingURL=ContentPreview.d.ts.map