import { InjectionKey } from 'vue';
export declare const layerInjectKey: InjectionKey<{
    toggle: (show?: boolean) => void;
}>;
