interface Props {
    sources: string | string[];
}
export default function FormAction({ sources }: Props): null;
export {};
//# sourceMappingURL=FormAction.d.ts.map