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