interface WhattsappProps {
    href: string;
}
export declare function Whatsappfixed({ href }: WhattsappProps): import("react/jsx-runtime").JSX.Element;
export {};
