import { types as t } from '@babel/core';
import { ConvertState, Path, PropTypeDeclaration } from './types';
export declare function addToFunctionOrVar(path: Path<t.FunctionDeclaration | t.VariableDeclaration>, name: string, propsType: PropTypeDeclaration, state: ConvertState): void;
//# sourceMappingURL=addToFunctionOrVar.d.ts.map