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