import type { TextIcon, ImageIcon, PathIcon, SvgIcon } from '../ts-types'; type IconPropKey = keyof TextIcon | keyof SvgIcon | keyof ImageIcon | keyof PathIcon; export declare const iconPropKeys: IconPropKey[]; export {};