/// import { DestinationCellProps } from './type'; declare function DestinationCell({ destinationsCount, destinationsTooltip, destination, destinationsAmount, hidden, iconDirection, ...props }: DestinationCellProps): import("react").JSX.Element | null; export default DestinationCell;