import type { StoryObj } from '@storybook/react'; import * as React from 'react'; declare const meta: { title: string; component: React.ForwardRefExoticComponent, "ref">, "onPressedChange"> & import("class-variance-authority").VariantProps<(props?: ({ variant?: "outline" | "ghost" | null | undefined; size?: "sm" | "md" | "lg" | null | undefined; } & import("../../utils/cva").ClassProp) | undefined) => string> & { onPressedChange?(pressed: boolean): Promise | void; } & React.RefAttributes>; args: { children: string; }; }; export default meta; type Story = StoryObj; export declare const Default: Story;