import React from 'react'; const FilePdf = ({ className, title, }: { className?: string; title?: string; }) => ( ); export default FilePdf;