/// import type { ChipProps } from "."; import type { StoryObj, Meta } from "@storybook/react"; declare const meta: Meta>; export default meta; type Story = StoryObj>; export declare const Default: Story; export declare const ChipAsButton: Story; //# sourceMappingURL=chip.stories.d.ts.map