import { SkeletonTagsProps } from "./type.mjs";
import { FC } from "react";
//#region src/Skeleton/SkeletonTags.d.ts
/**
 * @deprecated Use `Skeleton` blocks in a `Flexbox horizontal` instead.
 */
declare const SkeletonTags: FC<SkeletonTagsProps>;
//#endregion
export { SkeletonTags as default };
//# sourceMappingURL=SkeletonTags.d.mts.map