import React from 'react'; declare type CheckboxIconProp = { name: string; }; declare const CheckboxIcon: (props: CheckboxIconProp) => React.JSX.Element | null; export default CheckboxIcon;