import { type ColorSwatchRootCommonProps, type ColorSwatchRootOptions, type ColorSwatchRootProps, type ColorSwatchRootRenderProps, ColorSwatchRoot as Root, } from "./color-swatch-root"; export type { ColorSwatchRootOptions, ColorSwatchRootCommonProps, ColorSwatchRootRenderProps, ColorSwatchRootProps, }; export { Root }; export const ColorSwatch = Root;