import type { DirectiveLocation } from 'graphql'; interface LocationListProps { locations: ReadonlyArray; } export declare const LocationList: import("react").NamedExoticComponent; export {};