import type { ReactNode } from "react"; declare type Props = { children: ReactNode; inline?: boolean; onlyWhen?: boolean; }; export declare function UnderConstruction(props: Props): JSX.Element; export {};