import React from 'react'; import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: React.ForwardRefExoticComponent, HTMLDivElement>, "key" | keyof React.HTMLAttributes> & { ref?: React.Ref; } & { asChild?: boolean; }, "key" | keyof React.HTMLAttributes | "asChild"> & { label?: string; shouldFilter?: boolean; filter?: (value: string, search: string, keywords?: string[]) => number; defaultValue?: string; value?: string; onValueChange?: (value: string) => void; loop?: boolean; disablePointerSelection?: boolean; vimBindings?: boolean; } & React.RefAttributes, "ref"> & React.RefAttributes>; parameters: { layout: string; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithIcon: Story; //# sourceMappingURL=Command.stories.d.ts.map