import React from 'react'; import type { StaticConfig } from '../types'; export declare const isTamaguiElement: (child: any, name?: string) => child is React.ReactElement & { type: { staticConfig: StaticConfig; }; }; //# sourceMappingURL=isTamaguiElement.d.ts.map