import React from 'react'; declare const LargeScreenGISRTitle: (props: IProps) => React.JSX.Element; export default LargeScreenGISRTitle; export interface IProps { layerListEvent: Function; }