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