interface Props { ordering: string[] | undefined; } declare function MapOrder(props: Props): null; export default MapOrder;