/// interface Props { record: any; callback: () => void; } export default function EditUser(props: Props): JSX.Element; export {};