export interface ICrmListCss {
  'crmList': string;
  'selected': string;
}

export const locals: ICrmListCss;
