/** * Generates the styles needed for displaying a radiobutton or a checkbox * with the given color. * @param {string} hexColor The color (in `#XXXXXX` format) * @returns {string | null} The `style` string to be used on the element */ export default function getColorPickerStyles(hexColor: string): string | null; //# sourceMappingURL=color-picker-styles.d.ts.map