import Component from '../../components/skeleton/skeleton.js'; /** * @summary Skeletons show placeholder shapes where content will appear once it finishes loading, reducing perceived * wait time and preventing layout shift. * @documentation https://webawesome.com/docs/components/skeleton * @status stable * @since 2.0 * * @csspart indicator - The skeleton's indicator which is responsible for its color and animation. * * @cssproperty --color - The color of the skeleton. * @cssproperty --sheen-color - The sheen color when the skeleton is in its loading state. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;