export function findFunctionDeclaration(path: any, name: any): any; export function findVariableDeclarator(path: any, name: any): any; export function isArrayProp(typeAnnotation: any): boolean; export function isMarkedAsPrivate(node: any): any; export function findComponentDefinition(path: any, componentName: any): any; export function findExpressionDeclaration(src: any): import(".pnpm/ast-types@0.14.2/node_modules/ast-types").namedTypes.ConditionalExpression[];