import { App } from "vue";
import Button from "./components/Common/Button.vue";
import Card from "./components/Common/Card.vue";
import DynamicCarousel from "./components/Common/DynamicCarousel.vue";
import IconButton from "./components/Common/IconButton.vue";
import IndicatorColor from "./components/Common/IndicatorColor.vue";
import MenuButton from "./components/Common/MenuButton.vue";
import SectionSpinner from "./components/Common/SectionSpinner.vue";
import StateIndicator from "./components/Common/StateIndicator.vue";
import SectionsContainer from "./components/pdf/SectionsContainer.vue";
import ProductPrice from "./components/widgets/shared/ProductPrice.vue";
import ProductProps from "./components/widgets/shared/ProductProps.vue";
import ProductTag from "./components/widgets/shared/ProductTag.vue";
import BrokerCard from "./components/widgets/broker-card/BrokerCard.vue";
import BrokerDetail from "./components/widgets/broker-detail/BrokerDetail.vue";
declare const W2WSharedUi: {
    install(app: App, options: any): void;
};
export default W2WSharedUi;
export { WidgetsIndex } from "./components/widgets";
export * from "./components/widgets/interfaces";
export * from "./composables/index";
export { Button, Card, DynamicCarousel, IconButton, IndicatorColor, MenuButton, ProductPrice, ProductProps, ProductTag, SectionsContainer, SectionSpinner, StateIndicator, BrokerCard, BrokerDetail, };
//# sourceMappingURL=index.d.ts.map