import type { Dictionary, Option } from './types';
export declare const layout: (str: string, dictionary: Dictionary, opt: Required<Option>) => string[];
