import { ContactButtonsProps } from '../types/ContactButtons';
export default function ContactButtons({ onEmailClick, onChatClick, onCallClick, }: ContactButtonsProps): import("react/jsx-runtime").JSX.Element;
