import { SkeletonProps } from './skeleton.mjs';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SkeletonAvatarVariantProps } from '@kopexa/theme';
import 'react';

type SkeletonAvatarProps = SkeletonProps & SkeletonAvatarVariantProps;
declare const SkeletonAvatar: (props: SkeletonAvatarProps) => react_jsx_runtime.JSX.Element;

export { SkeletonAvatar, type SkeletonAvatarProps };
