interface Props { types: string | string[]; } export default function PluginTypes({ types }: Props): null; export {};