export default Layout;
/**
 * @exports opentype.Layout
 * @class
 */
declare function Layout(font: any, tableName: any): void;
declare class Layout {
    /**
     * @exports opentype.Layout
     * @class
     */
    constructor(font: any, tableName: any);
    font: any;
    tableName: any;
    getTable: (create: boolean) => Object;
    getDefaultScriptName: () => any;
}
