export default feImage;
export type PathifiedSvgContent = string;
export type FeatherIconsPathDefinition = string;
export type FeatherImageIconData = {
    prefix: 'fe';
    iconName: 'feImage';
    icon: [number | string, number | string, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition];
};
/** @typedef {String} PathifiedSvgContent */
/** @typedef {String} FeatherIconsPathDefinition */
/** @typedef {{ prefix: 'fe', iconName: 'feImage', icon: [Number|String, Number|String, import('feather-icons').FeatherAttributes, PathifiedSvgContent, FeatherIconsPathDefinition] }} FeatherImageIconData */
/** @type {FeatherImageIconData} */
declare const feImage: FeatherImageIconData;
