# DefaultExport

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/storybook/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/storybook/types.ts#L84)

Default export metadata

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `component` | `string` |
| `subcomponents` | `Record<string, string>` |
| `args` | `Record<string, unknown>` |
| `argTypes` | `Record<string, ArgType>` |
| `parameters` | `Record<string, unknown>` |
| `decorators` | `string[]` |
| `tags` | `string[]` |
| `locStart` | `number` |
| `locEnd` | `number` |
