import type { Pattern } from '../common/segmentit';
declare const DICT5: {
    [prop: string]: string;
};
export default DICT5;
export declare function fillPattern5(arr: Pattern[]): void;
