> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipkit.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Statement

<img src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/statement.png?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=5ece0775194d531b9fc535cf3d94804c" alt="Statement" width="2400" height="1340" data-path="images/statement.png" />

## Usage

<Tabs>
  <Tab title="Astro">
    ```tsx theme={null}
    ---
    import { Statement } from '~/components';
    ---

    <Statement />
    ```
  </Tab>

  <Tab title="Next.js">
    ```tsx theme={null}
    import { Statement } from '~/components';

    export default async function Page() {
      return (
        <Statement />
      );
    }
    ```
  </Tab>
</Tabs>

## Content

All of the content is found the component itself.
