import * as React from 'react'; import { HTMLAttributes } from 'react'; import { cn as SkeletonGroupAnimation } from './types-961bd33013f0.js'; interface SkeletonGroupProps extends HTMLAttributes { animation?: SkeletonGroupAnimation; animated?: boolean; } declare const SkeletonGroup: React.ForwardRefExoticComponent>; export { SkeletonGroup as S, type SkeletonGroupProps as a };