type Props = { title: string; }; export declare function AppLogoWithTitle({ title }: Props): import("react/jsx-runtime").JSX.Element; export {};