declare type PrefDesignationType = 'p1' | 'p2' | 'p3';
export default PrefDesignationType;
