import * as react_jsx_runtime from 'react/jsx-runtime'; import { CallToActionProps } from './call-to-action.mjs'; import 'react'; import './anchor.mjs'; import 'url'; import '../types/components.mjs'; import 'next/image'; import 'next/link'; import 'react-player'; interface ContactTextLinkProps extends Omit, 'href' | 'onClick'> { children?: React.ReactNode; } declare function ContactTextLink(props: ContactTextLinkProps): react_jsx_runtime.JSX.Element; interface ContactButtonProps extends Omit { children?: React.ReactNode; } declare function ContactButton(props: ContactButtonProps): react_jsx_runtime.JSX.Element; export { ContactButton, type ContactButtonProps, ContactTextLink, type ContactTextLinkProps };