import React from 'react'; interface WhattsappProps { href: string; } export declare const Whattsapp: ({ href }: WhattsappProps) => React.JSX.Element; export {};