import type { PropsWithChildren } from 'react';
export declare const DevOnly: ({ children }: PropsWithChildren) => import("react").ReactNode;
