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