import { Value } from './types'; export declare const getStyleProps: (element: HTMLElement | SVGElement, props: StyleProps) => Value;