/**
 * Create the basic overlay + modal structure for the settings dialog.
 *
 * @param id - DOM id used for the overlay element (prevents duplicates)
 * @returns { overlay, modal } - caller should append overlay to <body>.
 */
export declare function createSettingsModalSkeleton(id?: string): {
    overlay: HTMLElement;
    modal: HTMLElement;
};
//# sourceMappingURL=skeleton.d.ts.map