import type { FC } from "react"; export const ExperimentalWarning: FC = () => ( <> );