interface CopyableIdProps { /** The full ID to copy */ id: string; /** Number of characters to show (default: 8) */ truncateAt?: number; /** Entity slug for data-cy generation (e.g., "customers", "teams") */ entitySlug?: string; /** Optional custom className */ className?: string; } export declare function CopyableId({ id, truncateAt, entitySlug, className }: CopyableIdProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CopyableId.d.ts.map