import { MixedSection, Section } from '../state'; import { CSSProperties } from 'react'; /** Takes a section configuration and builds a style object for the color properties */ export default function colorStyleFromConfig(configuration: Section['configuration']): CSSProperties; /** Takes a string and returns it as a variable if it isn't a hex value */ export declare function colorValue(value: string): string; //# sourceMappingURL=color-style-from-config.d.ts.map