import * as React from 'react'; import { booleanType, enumType, stringType, nestedPropsType, classNameType, textContentType, instanceType, slotType } from '../connect/external_types'; import { ReactMeta } from './types'; declare function connectType
(_figmaNodeUrl: string, _meta?: ReactMeta
): void; declare function connectType
(_component: any, _figmaNodeUrl: string, _meta?: ReactMeta
): void;
declare function childrenType(_layers: string | string[]): React.DetailedReactHTMLElement