import React from 'react'; declare const Facebook: ({ url, type, show_text, width, height }: { url: any; type: any; show_text: any; width: any; height: any; }) => React.JSX.Element; export default Facebook;