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