import React from "react"; import type { PlaceholderState } from "../types"; export declare const PlaceholderContext: React.Context; export declare const PlaceholderProvider: React.FC<{ children: React.ReactNode; }>;