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(_figmaPropName: string): T; export { booleanType as boolean, enumType as enum, stringType as string, nestedPropsType as nestedProps, classNameType as className, textContentType as textContent, connectType as connect, instanceType as instance, childrenType as children, instanceType as slot, }; //# sourceMappingURL=external.d.ts.map