export declare const contextId = "motion-state"; export declare const presenceId = "motion-presence"; export interface PresenceState { initial?: boolean | undefined; } //# sourceMappingURL=context.d.ts.map