import { Theme } from "../types/theme"; export declare const generateToken: (selectedTheme: Theme) => { colorPrimary: string; colorBorder: string; colorIcon: string; colorTextLabel: string; colorTextDescription: string; colorText: string; colorBgElevated: string; colorBorderSecondary: string; colorSplit: string; colorTextHeading: string; fontSizeHeading3: number; colorLink: string; colorTextQuaternary: string; };