export declare function LeftArrow({ title, className, }: {
title?: string;
className?: string;
}): import("react/jsx-runtime").JSX.Element;