import type { TSModuleScope } from "../symbols/index.js"; export interface ExportStatementProps { star?: boolean; from?: TSModuleScope; } export declare function ExportStatement(props: ExportStatementProps): import("@alloy-js/core").Children; //# sourceMappingURL=ExportStatement.d.ts.map