import { FigmaProviderOptions } from './figma.provider.model';
export declare const figmaProvider: (options: FigmaProviderOptions) => Promise<any>;
