import React from 'react';
import '../../styles/sidebar.scss';
interface IProps {
    headerImage: string;
    heading: string;
}
declare const HeaderImage: React.FC<IProps>;
export default HeaderImage;
