declare type WFDateFormatStyle = ('None' | 'Short' | 'Medium' | 'Long' | 'Relative' | 'RFC 2822' | 'ISO 8601' | 'Custom' | 'How Long Ago/Until');
export default WFDateFormatStyle;
