/// import './Checkbox_lines_multi.css'; export interface ICheckboxLinesMultiProps { lines?: 'multi'; } /** * @param {ICheckboxLinesMultiProps} props */ export declare const withLinesMulti: { (WrappedComponent: import("react").ComponentType): (props: ICheckboxLinesMultiProps & 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; };