import { ComponentProps } from 'react'; import { ArgsTable } from './ArgsTable'; export declare const Props: (props: ComponentProps) => JSX.Element;