import type { CompositionContext } from './CompositionContext'; export declare const useComposition: () => CompositionContext | undefined;