import React from 'react';
import { Booth } from '../../store/BoothStore';
interface RoutePlannerStartPointProps {
    startPoint: Booth | null;
    onSelectStartPoint: (booth: Booth | null) => void;
}
declare const RoutePlannerStartPoint: React.FC<RoutePlannerStartPointProps>;
export default RoutePlannerStartPoint;
//# sourceMappingURL=RoutePlannerStartPoint.d.ts.map