import { JSX } from '../../components'; export interface Q2Icon { markup: () => JSX.IntrinsicElements; } export type Q2Icons = Record;