import { FC, SVGProps } from 'react';
import 'nextra/icons';

declare const ReactComponent: FC<SVGProps<SVGElement>>;

export { ReactComponent };
