import { NamedStylePropType } from './types'; import type { Device, OverlayStyle, StyleAndHoverStyle } from '../types'; export declare function parseStyleProperties(normalizedProperty: NamedStylePropType, device: Device): StyleAndHoverStyle & Partial;