///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
parameters: {
description: string;
radix: string;
shadcn: string;
};
component: import("react").ForwardRefExoticComponent>;
render: () => JSX.Element;
};
export default meta;
type Story = StoryObj;
export declare const AspectRatioStory: Story;