import { RawAppIconProps } from './rawAppIcon.js'; export declare type AppIconProps = Omit; declare const AppIcon: (props: AppIconProps) => JSX.Element; export default AppIcon;