import React from 'react';
declare const CustomIcon: React.FunctionComponent<{
    iconUrl: string;
}>;
export default CustomIcon;
