import { IHolidayNames } from './holidays.interface';
declare const svSe: IHolidayNames;
export default svSe;
