import React from 'react';
import { ViewProps } from 'react-native';
import { GProps } from 'react-native-svg';
export interface SvgIconProps extends GProps, ViewProps {
    size?: number;
    color?: string | string[];
}
declare const _default: React.NamedExoticComponent<SvgIconProps>;
export default _default;
//# sourceMappingURL=IconArrowdown.d.ts.map