import './Skeleton.constants.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SkeletonProps } from './Skeleton.types.js';
import 'react';

declare const Skeleton: {
    ({ children, color, shape, ...props }: SkeletonProps): false | react_jsx_runtime.JSX.Element;
    displayName: string;
};

export { Skeleton, Skeleton as default };
