File size: 148 Bytes
fea495a
 
 
 
1
2
3
4
5
export declare function LeftArrow({ title, className, }: {
    title?: string;
    className?: string;
}): import("react/jsx-runtime").JSX.Element;