```ts // CSF 2 // Other imports and story implementation export const Default: StoryFn = (args) => ({ components: { Button }, setup() { return { args }; }, template: '