import type { FC } from 'react'; export declare const serializeImportsToText: (Component: FC, props: any, getImportPackageName: (smb: string) => string) => string;