import { FunctionComponent } from 'react'; import { Parameter as ParamType } from '../../types'; interface Props { name: string; param: ParamType; } export declare const Parameter: FunctionComponent; export {};