export const FACEBOOK_CARD_PREVIEW_WIDTH: 590; export default SharePreviewFacebook; declare function SharePreviewFacebook({ title, description }: { title: any; description: any; }): JSX.Element;