type Props = { appIconPath: string; copySubtitle: string; copyTitle: string; onClose: (evt: React.MouseEvent) => void; }; export declare const Header: ({ appIconPath, copySubtitle, copyTitle, onClose, }: Props) => import("react/jsx-runtime").JSX.Element; export {};