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