import { CSSProperties } from 'react'; export declare const getSvgIconStyle: (color?: string, vFlip?: boolean) => CSSProperties | undefined;