import React from 'react'; type Props = { data: any; }; declare const PageSectionPreview: React.FC; export default PageSectionPreview;