interface CoachmarkDetailsType {
    open?: boolean;
    floating?: boolean;
}
export declare const coachmarkDetailsSignal: import("signal-polyfill").Signal.State<CoachmarkDetailsType>;
export declare const resetCoachmarkDetailsSignal: () => void;
export declare const updateCoachmarkDetailsSignal: ({ name, detail }: {
    name: any;
    detail: any;
}) => void;
export {};
//# sourceMappingURL=coachmark-context.d.ts.map