export type TextArrowListProps = { texts: string[]; }; export declare const TextArrowList: (props: TextArrowListProps) => import("react/jsx-runtime").JSX.Element | null;