import { EnumValue, FigmaConnectAPI, ValueOf, ConnectedComponent } from '../connect/api'; import * as StorybookTypes from '../storybook/external'; import { FigmaConnectClient } from '../client/figma_client'; import { ReactMeta } from './types'; declare const _client: FigmaConnectClient; declare const _figma: FigmaConnectAPI & { /** * Defines a code snippet that displays in Figma when a component is selected. This function has two signatures: * - When called with a component reference as the first argument, it will infer metadata such as the import statement * and location in source file from the component reference * - When called only with a Figma node URL, this metadata will not be included. This is useful when you want to display a code snippet * for something that isn't a React component, such as a `