import { type UniBlockProps } from '../../UniBlock/UniBlockProps'; import { type ContactsBlockContent } from './ContactsBlockContent'; export interface ContactsBlockProps extends ContactsBlockContent, UniBlockProps { } export declare const ContactsBlock: import("@redneckz/uni-jsx").UNIComponent;