type IconProps = React.HTMLAttributes; export declare const Icons: { logo: (props: IconProps) => import("react/jsx-runtime").JSX.Element; menu: (props: IconProps) => import("react/jsx-runtime").JSX.Element; }; export {};