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