import type { IconProps } from "./Icon"; export declare const MediumIcon: ({ color, active, width, height, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default MediumIcon;