import { AgSkeleton, SkeletonProps } from './_SkeletonLoader.js'; declare global { interface HTMLElementTagNameMap { 'ag-skeleton-loader': AgSkeleton; } } export * from './_SkeletonLoader.js'; export type SkeletonVariant = SkeletonProps['variant']; export type SkeletonEffect = SkeletonProps['effect']; export type SkeletonWidth = SkeletonProps['width']; export type SkeletonHeight = SkeletonProps['height']; //# sourceMappingURL=SkeletonLoader.d.ts.map