/// import './Radiobox_view_outline.css'; export interface IRadioboxViewOutlineProps { /** * Внешний вид радио-бокса */ view?: 'outline'; } /** * Модификатор, отвечающий за внешний вид радио-бокса. * @param {IRadioboxViewOutlineProps} props */ export declare const withViewOutline: { (WrappedComponent: import("react").ComponentType): (props: IRadioboxViewOutlineProps & 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; };