import { ChipProps } from './'; declare const meta: { title: string; component: import("react").ForwardRefExoticComponent>; args: import("tailwind-variants").TVDefaultVariants<{ variant: { solid: { base: string; }; flat: { base: string; }; border: { base: string; }; text: { base: string; }; }; color: { default: { base: string; }; primary: { base: string; }; secondary: { base: string; }; success: { base: string; }; info: { base: string; }; warning: { base: string; }; danger: { base: string; }; }; size: { sm: { base: string; deleteIcon: string; }; md: { base: string; deleteIcon: string; }; lg: { base: string; deleteIcon: string; }; }; pressable: { true: { base: string; }; false: { base: string; }; }; }, { base: string; content: string; avatar: string; icon: string; deleteIcon: string; }, { variant: { solid: { base: string; }; flat: { base: string; }; border: { base: string; }; text: { base: string; }; }; color: { default: { base: string; }; primary: { base: string; }; secondary: { base: string; }; success: { base: string; }; info: { base: string; }; warning: { base: string; }; danger: { base: string; }; }; size: { sm: { base: string; deleteIcon: string; }; md: { base: string; deleteIcon: string; }; lg: { base: string; deleteIcon: string; }; }; pressable: { true: { base: string; }; false: { base: string; }; }; }, { base: string; content: string; avatar: string; icon: string; deleteIcon: string; }>; argTypes: { variant: { control: string; options: string[]; }; color: { control: string; options: string[]; }; size: { control: string; options: string[]; }; }; }; export default meta; export declare const Default: { render: (args: ChipProps) => import("react/jsx-runtime").JSX.Element; args: { deleteable: boolean; }; }; //# sourceMappingURL=chip.stories.d.ts.map