import React from 'react';
import IconProps from './props';
declare const FormatHeader2Icon: React.FC<IconProps>;
export default FormatHeader2Icon;
