import { SxProps } from '@mui/material'; type LogoProps = { isIcon: boolean; sx: SxProps; to: string; logoIcon: React.ReactNode; logoMain: React.ReactNode; }; declare function Logo({ isIcon, sx, to, logoIcon, logoMain }: LogoProps): import("react/jsx-runtime").JSX.Element; export { Logo }; export type { LogoProps }; //# sourceMappingURL=Logo.d.ts.map