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