import React from 'react'; import './Icon_glyph.css'; import './Icon_glyph_carets-v.css'; export interface IWithGlyphCaretsVProps { /** * Символ иконки */ glyph?: 'carets-v'; } /** * Модификатор, отвечающий за символ иконки. * @param {IIconGlyphProps} props */ export declare const withGlyphCaretsV: { (WrappedComponent: React.ComponentType): (props: IWithGlyphCaretsVProps & K) => React.ReactElement React.ReactElement | null) | (new (props: any) => React.Component)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };