/// import { IconProps } from '../../types'; declare const Explicit: (allProps: IconProps) => JSX.Element; export default Explicit;