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