declare type WFCountType = ('Items' | 'Characters' | 'Words' | 'Sentences' | 'Lines');
export default WFCountType;
