import type { Tuyau } from '@tuyau/core/client'; import type { TuyauRegistry } from '@tuyau/core/types'; import type { PropType } from 'vue'; /** * Provider component that makes the Tuyau client available to child components. */ export declare const TuyauProvider: import("vue").DefineComponent>; required: true; }; }>, () => import("vue").VNode[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; /** * Composable to access the Tuyau client from any component within a TuyauProvider. */ export declare function useTuyau(): Tuyau;