import { ReactNode, RefObject } from 'react'; import { LidoComponentProps } from '../utils/index.js'; export type { Theme } from '../theme/index.js'; export declare type CheckboxProps = LidoComponentProps<'input', { wrapperRef?: RefObject; children?: never; label?: ReactNode; }>; //# sourceMappingURL=types.d.ts.map