export { b as ButtonIconProps, a as ButtonProps, B as default } from '../Button-4k-ykJWc.js'; import 'cva'; import 'react'; declare const buttonColors: readonly ["primary", "secondary", "tertiary"]; declare const buttonVariants: readonly ["contained", "outlined", "text"]; declare const buttonSizes: readonly ["small", "large"]; type ButtonColor = (typeof buttonColors)[number]; type ButtonVariant = (typeof buttonVariants)[number]; type ButtonSize = (typeof buttonSizes)[number]; export { type ButtonColor, type ButtonSize, type ButtonVariant, buttonColors, buttonSizes, buttonVariants };