export default function History({ attribute, created_at, fullname }: { attribute: any; created_at: any; fullname: any; }): JSX.Element;