import * as React from "react"; import * as react_jsx_runtime42 from "react/jsx-runtime"; //#region src/components/atoms/NavBrand.d.ts interface NavBrandProps { href?: string; logo?: React.ReactNode; title?: React.ReactNode; className?: string; } declare function NavBrand({ href, logo, title, className }: NavBrandProps): react_jsx_runtime42.JSX.Element; //#endregion export { NavBrand }; //# sourceMappingURL=NavBrand.d.ts.map