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