import React from 'react'; import type { CheckboxInputProps } from 'mireco'; export type { CheckboxInputProps }; export declare const CheckboxInput: React.ForwardRefExoticComponent>; //# sourceMappingURL=checkbox-input.d.ts.map