export default class PrecomputedMultiLayout extends MultiLayout<any, any> {
    constructor(json: any);
}
import MultiLayout from './MultiLayout';
