import type { TypografRule } from '../../../main';
export declare const afterShortWordByListRule: TypografRule<{
    lengthShortWord: number;
}>;
