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