import { InferComponentProps } from '../../types.js'; import Arrow from './arrow-forward.js'; declare const ArrowBack: (props: InferComponentProps) => import("react/jsx-runtime").JSX.Element; export default ArrowBack;