import { default as React } from 'react'; import { IconProps } from './iconProps'; export declare const ChevronUpIcon: ({ width, height, viewBox, role, ref, ...rest }: IconProps) => React.JSX.Element; //# sourceMappingURL=chevron-up.d.ts.map