export interface ImportSymbol { package: string; name?: string; wildcard?: boolean; } export interface ImportStatementsProps { imports: ImportSymbol[]; } export declare function ImportStatements(props: ImportStatementsProps): () => () => (string | import("@alloy-js/core").CustomContext | (() => import("@alloy-js/core").Children) | undefined)[]; export declare function ImportStatement(props: ImportSymbol): () => string; //# sourceMappingURL=ImportStatement.d.ts.map