import Component from '../../components/loader/loader.component.js'; /** * @summary Loaders are used to indicate there is content that is loading. * @documentation https://terra-ui.netlify.app/components/loader * @status stable * @since 1.0 * * @csspart base - The component's base wrapper. * * @cssproperty --example - An example CSS custom property. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;