import { ComponentType } from 'react'; import { CustomIconProps } from './customIcons/types'; import { CustomIconPropsType, IconPropsType } from './types'; export declare const withCustomSize: (iconType: string) => ({ size, style, ...rest }: IconPropsType) => JSX.Element; export declare const withCustomIconSize: (IconComponent: ComponentType) => import("react").ForwardRefExoticComponent>; //# sourceMappingURL=WithCustomSize.d.ts.map