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