import * as React from 'react'; export default function CreatedAtRow(props: { createdAt: string; }): React.JSX.Element; //# sourceMappingURL=CreatedAtRow.d.ts.map