/// import './Button_theme_link.css'; export interface IButtonThemeLinkProps { /** * Стилевое оформление кнопки */ theme?: 'link'; } /** * Модификатор, отвечающий за стилевое оформление кнопки. * @param {IButtonThemeLinkProps} props * * @deprecated Рекомендуется использовать withViewLink */ export declare const withThemeLink: { (WrappedComponent: import("react").ComponentType): (props: IButtonThemeLinkProps & K) => import("react").ReactElement import("react").ReactElement | null) | (new (props: any) => import("react").Component)>; __isSimple: boolean; __blockName: string; __mod: string; __value: string | number | boolean | undefined; __passToProps: boolean; };