export interface ISelectCss { 'select': string; 'option': string; } export const locals: ISelectCss;