import type { Meta, StoryObj } from "@storybook/react";
import { GaugeHorizontal } from "./GaugeHorizontal";
declare const meta: Meta<typeof GaugeHorizontal>;
export default meta;
type Story = StoryObj<typeof GaugeHorizontal>;
export declare const Primary: Story;
