import React from 'react'; declare const PagePlaceholder: React.FC<{ title?: string; description?: string; }>; export default PagePlaceholder;