import React from "react"; import type { ContactEmptyStateProps } from "./ContactEmptyState.types"; /** * ContactEmptyState - UI-only component for empty contact state. * Mobile-first, customizable, and strongly typed. */ declare const ContactEmptyState: React.FC; export default ContactEmptyState;