export declare const COLOR_VARIABLES: string[]; export declare const SIZE_VARIABLES: string[]; export declare const FONT_FAMILY_VARIABLES: string[]; export declare const VARIABLES: readonly ["--affine-editor-width", "--affine-theme-mode", "--affine-editor-mode", "--affine-palette-transparent", "--affine-popover-shadow", "--affine-menu-shadow", "--affine-float-button-shadow", "--affine-shadow-1", "--affine-shadow-2", "--affine-shadow-3", "--affine-paragraph-space", "--affine-popover-radius", "--affine-zoom", "--affine-scale", ...string[]]; type VariablesType = typeof VARIABLES; export type CssVariableName = Extract; export type CssVariablesMap = Record; export declare function isCssVariable(name: string): name is CssVariableName; export {}; //# sourceMappingURL=css-variables.d.ts.map