///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
parameters: {
description: string;
shadcn: string;
radix: string;
};
component: import("react").FC;
subcomponents: {
PopoverContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>;
PopoverTrigger: import("react").ForwardRefExoticComponent>;
};
};
export default meta;
type Story = StoryObj;
export declare const Demo: Story;