import type { PookaLayoutController, PookaLayoutControllerOptions } from './types.js'; export declare function createLayoutController(options?: PookaLayoutControllerOptions): PookaLayoutController; //# sourceMappingURL=controller.d.ts.map