import type { Variant } from "../.."; export default function IconComponent({ variant }: { variant: Variant; }): JSX.Element | null;