/** * @zendir/ui - Custom icons * * Space/mission status glyphs that have no Lucide equivalent — Lucide ships * generic "satellite" and "antenna" marks, but not their transmit/receive/off * states. Built with Lucide's own `createLucideIcon` helper on the same base * shapes Lucide uses for "satellite" and "antenna", so these are drop-in * compatible with every real Lucide icon (same props, same ref forwarding, * same default size/stroke) and sit visually in the same family. * * @example * ```tsx * import { SatelliteTransmit, AntennaOff } from "@zendir/ui/react/icons"; * * * * ``` */ export declare const SatelliteTransmit: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare const SatelliteReceive: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare const SatelliteOff: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare const AntennaTransmit: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare const AntennaReceive: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; export declare const AntennaOff: import('react').ForwardRefExoticComponent & import('react').RefAttributes>;