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