import type { TypografRule } from '../../../main';
export declare const daysMonthRule: TypografRule<{
    dash: string;
}>;
