declare type WFRelativeDateFormatStyle = ('Short' | 'Medium' | 'Long');
export default WFRelativeDateFormatStyle;
