# ImportStatements

* jsx

  ```tsx
  import { ImportStatements } from "@alloy-js/java";


  <ImportStatements imports={ImportSymbol[]} />
  ```

* stc

  ```ts
  import { ImportStatements } from "@alloy-js/java/stc";


  ImportStatements({ imports: ImportSymbol[] }).children(children)
  ```

## Props

|         |                                        |   |
| ------- | -------------------------------------- | - |
| imports | [ImportSymbol](../importstatement/)\[] |   |
