import { AdaptiveSidebarProps } from "../adaptive-sidebar.component"; export declare const getColors: (backgroundColor: AdaptiveSidebarProps["backgroundColor"]) => { "background-color": string; color: string; }; export declare const kebabToCamelCase: (str: string) => string;