import type { ComponentProps, ComponentType } from 'react'; type IconProps = Omit, 'children'> & { size?: number; }; export declare const wrapFeatherIcon: (Icon: ComponentType, displayName: string) => import("react").MemoExoticComponent & import("react").RefAttributes>>; export {};