import { IconProps } from './@ErkIcon'; declare function ArrowLeftIcon(props: IconProps): JSX.Element; export default ArrowLeftIcon;