import './elektron.css'; /** * Sidebar initialization options */ export interface SidebarOptions { sidebarId?: string; toggleId?: string; backdropId?: string; } /** * Initializes the Elektron sidebar toggle logic. * @param options - Configuration for element IDs */ export declare function initSidebar(options?: SidebarOptions): (() => void) | undefined; //# sourceMappingURL=elektron.d.ts.map