import { type DynamicScheme } from "@ktibow/material-color-utilities-nightly";
/**
 * @returns A string of CSS code with custom properties representing the color scheme values.
 * */
export declare const genCSS: (light: DynamicScheme, dark: DynamicScheme) => string;
export declare const parseSize: (size: string) => number;
