import { SFC } from 'react'; import { FigmaConfig } from '../../config'; export declare const figmaURLPattern: RegExp; export declare const isFigmaURL: (url: string) => boolean; interface Props { config: FigmaConfig; } export declare const Figma: SFC; export {};