import { Elevator } from './elevator';
export type { ElevatorProps } from './elevator';
export default Elevator;
