import { UIElements, UIComponentDependencies } from "@/lib/components/ui";
import { WaveRollPlayerOptions } from "./types";
/**
 * Set up the main layout
 */
export declare function setupLayout(container: HTMLElement, uiElements: UIElements, uiDeps: UIComponentDependencies, pianoRollContainer: HTMLElement): void;
export declare function createDefaultConfig(): WaveRollPlayerOptions;
export declare function setupFileToggleSection(playerContainer: HTMLElement, deps: UIComponentDependencies): HTMLElement;
//# sourceMappingURL=layout.d.ts.map