import { Ref } from "vue"; export declare function defineExpose>(ctx: { expose: T; }, value: { [K in keyof T]: T[K] | Ref; }): void; export declare function useRef>(fc: (_: any, ctx: { expose: T; }) => () => JSX.Element): Ref; //# sourceMappingURL=defineExpose.d.ts.map