import { ComponentStory, ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta<{ ({ buttons, onChange, defaultValue, labelDeactiveColor, labelActiveColor, activeButtonColor, multiSelect, textSize, isShadow }: { onChange: Function; buttons: { label: string; value: string; }[]; defaultValue?: string | string[] | undefined; labelActiveColor?: import("../Text/Text").textColors | undefined; labelDeactiveColor?: import("../Text/Text").textColors | undefined; activeButtonColor?: string | undefined; multiSelect?: boolean | undefined; textSize?: import("../Text/Text").textSize | undefined; isShadow?: boolean | undefined; }): JSX.Element; defaultProps: { labelActiveColor: string; labelDeactiveColor: string; activeButtonColor: string; }; }>; export default _default; export declare const Playground: ComponentStory<{ ({ buttons, onChange, defaultValue, labelDeactiveColor, labelActiveColor, activeButtonColor, multiSelect, textSize, isShadow }: { onChange: Function; buttons: { label: string; value: string; }[]; defaultValue?: string | string[] | undefined; labelActiveColor?: import("../Text/Text").textColors | undefined; labelDeactiveColor?: import("../Text/Text").textColors | undefined; activeButtonColor?: string | undefined; multiSelect?: boolean | undefined; textSize?: import("../Text/Text").textSize | undefined; isShadow?: boolean | undefined; }): JSX.Element; defaultProps: { labelActiveColor: string; labelDeactiveColor: string; activeButtonColor: string; }; }>; export declare const Basic: () => JSX.Element;