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