import React from 'react'; interface Props { disabled?: boolean; checked?: boolean; fill?: string; bg?: string; } declare const CheckboxIcon: React.NamedExoticComponent; export default CheckboxIcon;