/// <reference types="react" />
export interface IWhoDunItItem extends Partial<any> {
    Author?: any;
    Editor?: any;
    FirstPublishedDate?: any;
    createdLoc?: string;
    "Author/Title"?: string;
    modifiedLoc?: string;
    "Editor/Title"?: string;
}
export interface IWhoDunItRow {
    item: IWhoDunItItem;
    showCreated?: boolean;
    showPublished?: boolean;
    showModified?: boolean;
}
export declare function getWhoDunItElements(props: IWhoDunItRow): JSX.Element;
//# sourceMappingURL=getWhoDunIt.d.ts.map