import { FunctionComponent } from 'preact';
import { TIconProps } from '../../types';
declare const ArrowRightIcon: FunctionComponent<TIconProps>;
export default ArrowRightIcon;
//# sourceMappingURL=ArrowRightIcon.d.ts.map