type Props = {
    debug: boolean;
    children: React.ReactNode;
};
export declare function DebugProvider(props: Props): import("react").JSX.Element;
export {};
