export declare type CustomAppIconProps = { appId: string; }; declare const CustomAppIcon: ({ appId }: CustomAppIconProps) => JSX.Element; export default CustomAppIcon;