declare const all: { name: string; component: (props: import("react").SVGProps) => import("react").JSX.Element; }[]; export default all;