import { FC } from "react"; interface Props { enabled: boolean; } export declare const ProjectEnabled: FC; export {};