# ExportStatement

* jsx

  ```tsx
  import { ExportStatement } from "@alloy-js/typescript";


  <ExportStatement from={TSModuleScope} star />
  ```

* stc

  ```ts
  import { ExportStatement } from "@alloy-js/typescript/stc";


  ExportStatement({ from: TSModuleScope, star: boolean }).children(children)
  ```

## Props

|      |                                                     |   |
| ---- | --------------------------------------------------- | - |
| from | optional[TSModuleScope](../../types/tsmodulescope/) |   |
| star | optional boolean                                    |   |
