/// export interface Props { arg: any; showDefaultValue?: boolean; } export default function Argument({ arg, showDefaultValue }: Props): JSX.Element;