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