/** @jsx jsx */ import { FC } from 'react'; export interface LocalImportProps { componentHash?: string; name: string; } export declare const LocalImport: FC;