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