import type { ImportedSymbol, ImportRecords } from "../symbols/index.js"; export interface ImportStatementsProps { records: ImportRecords; } export declare function ImportStatements(props: ImportStatementsProps): () => import("@alloy-js/core").Children[]; export interface ImportStatementProps { path: string; symbols: Set; } export declare function ImportStatement(props: ImportStatementProps): () => any[]; //# sourceMappingURL=ImportStatement.d.ts.map