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