import { booleanType, enumType, stringType, nestedPropsType, classNameType, textContentType } from '../connect/external_types'; import { HtmlTemplateString } from './template_literal'; import { HtmlMeta } from './types'; declare function connectType
(_figmaNodeUrl: string, _meta?: HtmlMeta
): void;
declare function childrenType(_layers: string | string[]): HtmlTemplateString;
export declare function instanceType