import Contact_ from './Contact';
import ContactChannel_ from './ContactChannel';
export declare namespace SSMContacts {
    const Contact: typeof Contact_;
    const ContactChannel: typeof ContactChannel_;
}
export default SSMContacts;
