import * as ToggleGroup from '@radix-ui/react-toggle-group'; import * as React from 'react'; export declare const StyledButton: React.ForwardRefExoticComponent, "size" | "theme" | "isIconOnly"> & { size?: ("sm" | "md" | "lg" | Partial>) | undefined; isIconOnly?: (boolean | Partial>) | undefined; theme?: ("standard" | "modern" | Partial>) | undefined; } & { as?: React.ElementType; }>; export declare const ToggleGroupButton: React.ForwardRefExoticComponent, "size" | "theme" | "isIconOnly"> & { size?: ("sm" | "md" | "lg" | Partial>) | undefined; isIconOnly?: (boolean | Partial>) | undefined; theme?: ("standard" | "modern" | Partial>) | undefined; } & { as?: React.ElementType; }, "ref"> & React.RefAttributes>;