export interface EyeIconProps { svgAttrs?: SVGProps; } import type { SVGProps } from "../types"; declare function EyeIcon(props: EyeIconProps): import("react/jsx-runtime").JSX.Element; export default EyeIcon;