import { mergeClasses } from '@expo/styleguide';
import { ArrowUpRightIcon, ChevronRightIcon } from '@expo/styleguide-icons';
import { HTMLAttributes } from 'react';
export const FootnoteArrowIcon = () => (
);
export const ExternalLinkIcon = () => (
);
export const ReactIcon = ({ className }: HTMLAttributes) => (
);