import type { GraphQLArgument } from 'graphql';
interface InlineArgsListProps {
args?: ReadonlyArray<GraphQLArgument>;
size?: 'base' | 'lg';
}
export declare function InlineArgsList({ args, size }: InlineArgsListProps): import("react/jsx-runtime.js").JSX.Element | null;
export {};