///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
parameters: {
description: string;
shadcn: string;
radix: string;
};
render: (args: Omit, "ref"> & import("react").RefAttributes) => JSX.Element;
};
export default meta;
type Story = StoryObj;
export declare const CheckboxDemo: Story;
export declare const Disabled: Story;
export declare const WithText: Story;