export type AppIconProps = { name: string; imageUrl?: string | undefined; }; export declare function AppIcon(props: AppIconProps): JSX.Element; //# sourceMappingURL=app-icon.d.ts.map