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