import Component from '../../components/skeleton/skeleton.component.js'; /** * @summary Skeletons are loading indicators to represent where content will eventually be drawn. * @documentation https://terra-ui.netlify.app/components/skeleton * @status stable * @since 1.0 */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;