/// import { ImportInfo } from "../core/DeclarationCollection"; /** * Properties for the {@link FormatImport} component. * @group Components */ export interface FormatImportProps { info: ImportInfo; } /** * Format an import statement according to the supplied {@link ImportInfo} * value. * @group Components */ export declare function FormatImport({ info }: FormatImportProps): JSX.Element; //# sourceMappingURL=FormatImport.d.ts.map