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